Skip to content

Commit 945af3d

Browse files
committed
Fix cli option
1 parent 135cf24 commit 945af3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/scripts/update-transport-versions.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -euo pipefail
23

34
if [[ -z "${BUILDKITE_PULL_REQUEST:-}" ]]; then
45
echo "Not a pull request, skipping transport version update"
@@ -28,7 +29,7 @@ if [[ -z "${backport_branches}" ]]; then
2829
exit 0
2930
fi
3031

31-
.ci/scripts/run-gradle.sh generateTransportVersionDefinition --backport_branches="${backport_branches}"
32+
.ci/scripts/run-gradle.sh generateTransportVersionDefinition --backport-branches="${backport_branches}"
3233

3334
if git diff --exit-code; then
3435
echo "No changes found after updating transport versions. Don't need to auto commit."

0 commit comments

Comments
 (0)