From fbf6b6f3e8df75d8b36fff71c7ae274dd17c9793 Mon Sep 17 00:00:00 2001 From: Flavius Lacatusu Date: Thu, 18 Mar 2021 13:59:14 +0100 Subject: [PATCH] Fix artifacts name in openshfit ci Signed-off-by: Flavius Lacatusu --- .github/bin/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/bin/common.sh b/.github/bin/common.sh index bb5887ee2..b4ba96064 100755 --- a/.github/bin/common.sh +++ b/.github/bin/common.sh @@ -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"