Skip to content

Commit 9ef6680

Browse files
committed
Fix incorrect version var in artifact script
1 parent a32df56 commit 9ef6680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/lib.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ get_artifacts_url() {
6262
artifacts_url=$(gh api "$workflow_runs_url" | jq -r ".workflow_runs[] | select(.head_branch == \"$version_branch\") | .artifacts_url" | head -n 1)
6363
if [[ -z "$artifacts_url" ]]; then
6464
echo >&2 "ERROR: artifacts_url came back empty"
65-
echo >&2 "We looked for a successful run triggered by a pull_request with for code-server version: $code_server_version and a branch named $version_branch"
65+
echo >&2 "We looked for a successful run triggered by a pull_request with for code-server version: $VERSION and a branch named $version_branch"
6666
echo >&2 "URL used for gh API call: $workflow_runs_url"
6767
exit 1
6868
fi

0 commit comments

Comments
 (0)