Restore code of tests
parent
3210336230
commit
204c08165b
|
|
@ -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"}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue