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 360a07d commit ac00ac4Copy full SHA for ac00ac4
buildkite/scripts/release/manager.sh
@@ -444,7 +444,7 @@ function publish_debian() {
444
--names "$DEBIAN_CACHE_FOLDER/$__codename/${__new_artifact_name}_${__target_version}_${__arch}.deb" \
445
--version $__target_version \
446
--bucket $__debian_repo \
447
- $(if [[ $__force_upload_debians == 1 ]]; then echo "--force"; fi) \
+ "$(if [[ $__force_upload_debians == 1 ]]; then echo "--force"; fi)" \
448
-c $__codename \
449
-r $__channel \
450
--arch $__arch \
0 commit comments