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
1 changed files with 1 additions and 1 deletions

View File

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