Merge "trivial: Update default image reference in pegleg.sh"

This commit is contained in:
Zuul 2018-08-21 13:37:56 +00:00 committed by Gerrit Code Review
commit 7c98b5c4cb

View File

@ -3,7 +3,7 @@
set -e set -e
: ${WORKSPACE:=$(pwd)} : ${WORKSPACE:=$(pwd)}
: ${IMAGE:=artifacts-aic.atlantafoundry.com/att-comdev/pegleg:latest} : ${IMAGE:=quay.io/attcomdev/pegleg:latest}
echo echo
echo "== NOTE: Workspace $WORKSPACE is the execution directory in the container ==" echo "== NOTE: Workspace $WORKSPACE is the execution directory in the container =="