Commit 7191e6a4 authored by Isaac Hollander McCreery's avatar Isaac Hollander McCreery

Merge pull request #22288 from justinsb/fix_22287

e2e hotfix: don't quote ci/latest in GS URL
parents 361cd2ca c76c167e
......@@ -116,7 +116,7 @@ else
# use JENKINS_PUBLISHED_VERSION, default to 'ci/latest', since that's
# usually what we're testing.
check_dirty_workspace
fetch_published_version_tars "${JENKINS_PUBLISHED_VERSION:-'ci/latest'}"
fetch_published_version_tars "${JENKINS_PUBLISHED_VERSION:-ci/latest}"
fi
# Copy GCE keys so we don't keep cycling them.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment