You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci/lib.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ get_artifacts_url() {
62
62
artifacts_url=$(gh api "$workflow_runs_url"| jq -r ".workflow_runs[] | select(.head_branch == \"$version_branch\") | .artifacts_url"| head -n 1)
63
63
if [[ -z"$artifacts_url" ]];then
64
64
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"
66
66
echo>&2"URL used for gh API call: $workflow_runs_url"
0 commit comments