Skip to content

Commit

Permalink
Tag origin-web-console image for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spadgett committed Jan 8, 2018
1 parent caba0dc commit 27041dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/test-end-to-end-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ if os::util::ensure::system_binary_exists 'systemctl'; then
${USE_SUDO:+sudo} systemctl restart docker.service
fi

# Tag the web console image with the same tag as the other origin images
docker pull openshift/origin-web-console:latest
docker tag openshift/origin-web-console:latest openshift/origin-web-console:${TAG}

# Setup
os::log::info "openshift version: `openshift version`"
os::log::info "oc version: `oc version`"
Expand Down

0 comments on commit 27041dd

Please sign in to comment.