Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
pull/481/head
Flavius Lacatusu 2020-10-05 11:52:58 +02:00
parent 878876ae39
commit 2b5e6b299a
No known key found for this signature in database
GPG Key ID: AB9AB3E390E38ABD
2 changed files with 2 additions and 3 deletions

View File

@ -98,7 +98,7 @@ function waitSingleHostWorkspaceStart() {
fi
}
# Build latest operator code in PR.
# Build latest operator image
function buildCheOperatorImage() {
docker build -t "${OPERATOR_IMAGE}" -f Dockerfile . && docker save "${OPERATOR_IMAGE}" > operator.tar
eval $(minikube docker-env) && docker load -i operator.tar && rm operator.tar
@ -163,7 +163,6 @@ EOL
# Start to deploy Che
chectl server:start --platform=minikube --skip-kubernetes-health-check --installer=operator \
--chenamespace=${NAMESPACE} --che-operator-image=${OPERATOR_IMAGE} --che-operator-cr-patch-yaml=/tmp/che-cr-patch.yaml
exit 0
# Get the token from .ci/util/common.sh
getCheAcessToken

View File

@ -10,7 +10,7 @@
# Red Hat, Inc. - initial API and implementation
#
name: Testing single host deployment
name: Testing single host nightly deployment
on: pull_request
jobs:
minikube-shost: