Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
pull/451/head
Flavius Lacatusu 2020-09-21 09:04:57 +02:00
parent b993129f5b
commit a4fe033b96
No known key found for this signature in database
GPG Key ID: AB9AB3E390E38ABD
1 changed files with 1 additions and 2 deletions

View File

@ -18,14 +18,13 @@ function init() {
export RAM_MEMORY=8192
export NAMESPACE="che"
export PLATFORM="openshift"
export OPERATOR_IMAGE=quay.io/eclipse/che-operator:nightly
# Set operator root directory
if [[ ${WORKSPACE} ]] && [[ -d ${WORKSPACE} ]]; then
OPERATOR_REPO=${WORKSPACE};
else
OPERATOR_REPO=$(dirname "$SCRIPT_DIR");
fi
}
# Deploy Eclipse Che