We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dd864 commit 937e953Copy full SHA for 937e953
.evergreen-functions.yml
@@ -546,7 +546,7 @@ functions:
546
working_dir: src/github.com/mongodb/mongodb-kubernetes
547
env:
548
git_tag: ${triggered_by_git_tag}
549
- binary: scripts/dev/run_python.sh scripts/release/pipeline_main.py ${image_name} --build-scenario release --version ${git_tag}
+ binary: scripts/dev/run_python.sh scripts/release/pipeline_main.py ${image_name} --build-scenario release ${git_tag|--version ${git_tag}}
550
551
# TODO: CLOUDP-335471 ; once all image builds are made with the new atomic pipeline, remove the following function
552
legacy_pipeline:
0 commit comments