rather than rebuilding the operator image, just pull the latest from quay

Change-Id: I3eb1b79f39ee3617def9ea6a0f5efee03dbb4a3e
Signed-off-by: nickboldt <nboldt@redhat.com>
pull/26/head
nickboldt 2019-05-14 09:11:30 -04:00
parent 7b4b1bb471
commit 9d4ee9cc39
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ docker run -t \
cp ${OPERATOR_REPO}/tmp/run-tests ${OPERATOR_REPO}/run-tests
echo "[INFO] Build operator docker image..."
cd ${OPERATOR_REPO} && docker build -t che/operator -f Dockerfile .
echo "[INFO] Pull operator docker image..."
cd ${OPERATOR_REPO} && docker pull quay.io/crw/operator-rhel8:latest
echo "[INFO] Run tests..."
cd ${OPERATOR_REPO} && ./run-tests