Skip to content

Commit d3c2e5b

Browse files
committed
fix nit
1 parent 862dfe0 commit d3c2e5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildkite/scripts/release/manager.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,7 @@ function publish_debian() {
439439
echo " 🍥 Publishing $__artifact debian to $__channel channel with $__target_version version"
440440
echo " 📦 Target debian version: $(calculate_debian_version $__artifact $__target_version $__codename "$__network" "$__arch")"
441441
if [[ $__dry_run == 0 ]]; then
442-
# shellcheck disable=SC2068
443-
# shellcheck disable=SC2046
442+
# shellcheck disable=SC2068,SC2046
444443
prefix_cmd "$SUBCOMMAND_TAB" source $SCRIPTPATH/../../../scripts/debian/publish.sh \
445444
--names "$DEBIAN_CACHE_FOLDER/$__codename/${__new_artifact_name}_${__target_version}_${__arch}.deb" \
446445
--version $__target_version \

0 commit comments

Comments
 (0)