From 1937e94de4a8c1ae8464591eee5aa78f182f25e9 Mon Sep 17 00:00:00 2001 From: Aleksandr Shmaraiev Date: Wed, 19 Apr 2023 22:00:30 +0300 Subject: [PATCH] Add variable --- .ci/openshift-ci/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/openshift-ci/common.sh b/.ci/openshift-ci/common.sh index 280b2b17d4..b3fa4b74ee 100644 --- a/.ci/openshift-ci/common.sh +++ b/.ci/openshift-ci/common.sh @@ -15,7 +15,7 @@ set -e # only exit with zero if all commands of the pipeline exit successfully set -o pipefail -echo $PULL_PULL_SHA +PULL_REQUEST_NUM=$(cat ${ARTIFACT_DIR}/started.json | jq -r '.pull') PR_IMAGE_TAG=$(git show origin/pr-number-${BRANCH_NAME}:shared-files/pr-image-tag) export CHE_NAMESPACE=${CHE_NAMESPACE:-"eclipse-che"}