Add variable

pull/494/head
Aleksandr Shmaraiev 2023-04-19 22:00:30 +03:00
parent 37ffbb3675
commit 1937e94de4
1 changed files with 1 additions and 1 deletions

View File

@ -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"}