Skip to content

Commit feaf9ec

Browse files
committed
fix argument when calling from dhall
1 parent d40ab2d commit feaf9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/src/Jobs/Lint/ArchiveUpgrade.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ in Pipeline.build
3636
Command.Config::{
3737
, commands =
3838
[ Cmd.run
39-
"buildkite/scripts/archive/upgrade-script-check.sh --mode verbose --branch develop"
39+
"buildkite/scripts/archive/upgrade-script-check.sh --mode verbose --comparison-branch develop"
4040
]
4141
, label = "Archive: Check upgrade script need"
4242
, key = "archive-check-upgrade-script"

0 commit comments

Comments
 (0)