Restore code of tests

pull/494/head
Aleksandr Shmaraiev 2023-04-20 11:46:03 +03:00
parent 3210336230
commit 204c08165b
4 changed files with 9 additions and 15 deletions

View File

@ -15,6 +15,15 @@ set -e
# only exit with zero if all commands of the pipeline exit successfully
set -o pipefail
echo "Content of metedata.json:"
cat ${SHARED_DIR}/metadata.json
echo "Content of install-config.yaml"
cat ${SHARED_DIR}/install-config.yaml
echo "Content of install-status.txt"
cat ${SHARED_DIR}/install-status.txt
PR_IMAGE_TAG=$(git show origin/pr-number-${BRANCH_NAME}:shared-files/pr-image-tag)
export CHE_NAMESPACE=${CHE_NAMESPACE:-"eclipse-che"}

View File

@ -23,12 +23,6 @@ export PRIVATE_REPO_URL=${PRIVATE_REPO_URL:-"https://chepullreq1@bitbucket.org/c
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
source "${SCRIPT_DIR}"/common.sh
ls
cd ${ARTIFACT_DIR}
ls
cd root
ls
trap "catchFinish" EXIT SIGINT
setupTestEnvironment

View File

@ -16,11 +16,6 @@ set -ex
# only exit with zero if all commands of the pipeline exit successfully
set -o pipefail
cd ${ARTIFACT_DIR}
ls
cd root
ls
export PUBLIC_REPO_URL=${PUBLIC_REPO_URL:-"https://github.com/chepullreq1/public-repo.git"}
export PRIVATE_REPO_URL=${PRIVATE_REPO_URL:-"https://github.com/chepullreq1/private-repo.git"}

View File

@ -16,10 +16,6 @@ set -ex
# only exit with zero if all commands of the pipeline exit successfully
set -o pipefail
ls
cd ${SHARED_DIR}
ls
export PUBLIC_REPO_URL=${PUBLIC_REPO_URL:-"https://gitlab.com/chepullreq1/public-repo.git"}
export PRIVATE_REPO_URL=${PRIVATE_REPO_URL:-"https://gitlab.com/chepullreq1/private-repo.git"}