Skip to content

Commit

Permalink
Merge pull request kubernetes#22288 from justinsb/fix_22287
Browse files Browse the repository at this point in the history
e2e hotfix: don't quote ci/latest in GS URL
  • Loading branch information
Isaac Hollander McCreery committed Mar 1, 2016
2 parents 361cd2c + c76c167 commit 7191e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/e2e-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7191e6a

Please sign in to comment.