Skip to content

Commit c5ca97d

Browse files
Reorder statements to match the generated script
Co-authored-by: Olivier Halligon <[email protected]>
1 parent 91d9dc7 commit c5ca97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/hostmgr/commands/generate/GenerateBuildkiteJobScript.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ struct GenerateBuildkiteJobScript: ParsableCommand {
1313
func run() throws {
1414
var scriptBuilder = BuildkiteScriptBuilder()
1515

16-
scriptBuilder.copyEnvironmentVariables(prefixedBy: "BUILDKITE_")
1716
scriptBuilder.addDependency(atPath: "~/.circ")
17+
scriptBuilder.copyEnvironmentVariables(prefixedBy: "BUILDKITE_")
1818
scriptBuilder.addCommand("buildkite-agent bootstrap")
1919

2020
// Manually specify the build path to keep them nice and clean in the output

0 commit comments

Comments
 (0)