Skip to content

Commit 03b5e12

Browse files
committed
fix release/manager.sh bash checks
1 parent f60ec12 commit 03b5e12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildkite/scripts/release/manager.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,8 @@ function verify(){
12871287
fi
12881288

12891289
if [[ $__only_debians == 0 ]]; then
1290-
local __artifact_full_name=$(get_artifact_with_suffix $artifact "")
1290+
local __artifact_full_name
1291+
__artifact_full_name=$(get_artifact_with_suffix $artifact "")
12911292

12921293
local __suffix_arg=""
12931294
if [[ -n "$__docker_suffix" ]]; then

0 commit comments

Comments
 (0)