Skip to content

Commit c4e9c6c

Browse files
committed
fixup again
1 parent a92213b commit c4e9c6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/lib.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ download_artifact() {
127127
# We assume production values unless specified
128128
local environment="${3-production}"
129129
local branch="${4-v$VERSION}"
130-
local artifacts_url="$(get_artifact_url "$artifact_name" "$environment" "$branch")"
130+
local artifacts_url
131+
artifacts_url="$(get_artifact_url "$artifact_name" "$environment" "$branch")"
131132

132133
echo "Inside download_artifact"
133134
echo "Using the following values:"

0 commit comments

Comments
 (0)