Fix artifacts name in openshfit ci

Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
pull/722/head
Flavius Lacatusu 2021-03-18 13:59:14 +01:00
parent 96d78713c2
commit fbf6b6f3e8
No known key found for this signature in database
GPG Key ID: 3C0A7685C14681A8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ initDefaults() {
export RAM_MEMORY=8192
export NAMESPACE="eclipse-che"
export USER_NAMEPSACE="che-che"
export ARTIFACTS_DIR="/tmp/artifacts-che"
export ARTIFACTS_DIR=${ARTIFACT_DIR:-"/tmp/artifacts-che"}
export TEMPLATES=${OPERATOR_REPO}/tmp
export OPERATOR_IMAGE="test/che-operator:test"
export DEFAULT_DEVFILE="https://raw.githubusercontent.com/eclipse/che-devfile-registry/master/devfiles/quarkus/devfile.yaml"