Commit c76c167e authored by Justin Santa Barbara's avatar Justin Santa Barbara

e2e hotfix: don't quote ci/latest in GS URL

Fix #22287
parent 361cd2ca
...@@ -116,7 +116,7 @@ else ...@@ -116,7 +116,7 @@ else
# use JENKINS_PUBLISHED_VERSION, default to 'ci/latest', since that's # use JENKINS_PUBLISHED_VERSION, default to 'ci/latest', since that's
# usually what we're testing. # usually what we're testing.
check_dirty_workspace check_dirty_workspace
fetch_published_version_tars "${JENKINS_PUBLISHED_VERSION:-'ci/latest'}" fetch_published_version_tars "${JENKINS_PUBLISHED_VERSION:-ci/latest}"
fi fi
# Copy GCE keys so we don't keep cycling them. # 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