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 862dfe0 commit d3c2e5bCopy full SHA for d3c2e5b
buildkite/scripts/release/manager.sh
@@ -439,8 +439,7 @@ function publish_debian() {
439
echo " 🍥 Publishing $__artifact debian to $__channel channel with $__target_version version"
440
echo " 📦 Target debian version: $(calculate_debian_version $__artifact $__target_version $__codename "$__network" "$__arch")"
441
if [[ $__dry_run == 0 ]]; then
442
- # shellcheck disable=SC2068
443
- # shellcheck disable=SC2046
+ # shellcheck disable=SC2068,SC2046
444
prefix_cmd "$SUBCOMMAND_TAB" source $SCRIPTPATH/../../../scripts/debian/publish.sh \
445
--names "$DEBIAN_CACHE_FOLDER/$__codename/${__new_artifact_name}_${__target_version}_${__arch}.deb" \
446
--version $__target_version \
0 commit comments