Skip to content

Commit ab2ad71

Browse files
jamesadevineCopilot
andcommitted
fix(compile): use 'template' label for job/stage targets and fix header paths
- CLI now prints 'Generated job template:' and 'Generated stage template:' instead of 'Generated job pipeline:' / 'Generated stage pipeline:' since these targets produce reusable ADO templates, not standalone pipelines. - Header comments in generated job/stage templates now reference the actual output path instead of deriving a path from the input file, fixing incorrect inclusion examples (e.g. showing ./agents/x.lock.yml when the output was at ./x.lock.yml). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 48131cc commit ab2ad71

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/bash_lint_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ fn compile_fixture_with_flags(workspace: &Path, fixture: &str, extra_flags: &[&s
180180
} else if stdout.contains("Generated job template:") {
181181
"job"
182182
} else if stdout.contains("Generated stage template:") {
183-
184183
"stage"
185184
} else {
186185
panic!(

0 commit comments

Comments
 (0)