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
parent
7b4b1bb471
commit
9d4ee9cc39
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue