We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92213b commit c4e9c6cCopy full SHA for c4e9c6c
ci/lib.sh
@@ -127,7 +127,8 @@ download_artifact() {
127
# We assume production values unless specified
128
local environment="${3-production}"
129
local branch="${4-v$VERSION}"
130
- local artifacts_url="$(get_artifact_url "$artifact_name" "$environment" "$branch")"
+ local artifacts_url
131
+ artifacts_url="$(get_artifact_url "$artifact_name" "$environment" "$branch")"
132
133
echo "Inside download_artifact"
134
echo "Using the following values:"
0 commit comments