Skip to content
Snippets Groups Projects
Commit 4bb54beb authored by Kristina Mazur's avatar Kristina Mazur
Browse files

test

parent 1a02abf2
No related branches found
No related tags found
3 merge requests!299CI-Pipeline for performance test,!298CI-Pipeline for black-boxtest,!297CI-Pipeline for integration test
Pipeline #1559408 failed
......@@ -29,8 +29,9 @@ setup-integration-test:
- if [ -d "${DIR_UNICADO}" ]; then rm -rf ${DIR_UNICADO}; fi
- if [ -d "${DIR_DESIGN_EVALUATOR}" ]; then rm -rf ${DIR_DESIGN_EVALUATOR}; fi
- if [ -d "${DIR_PROJECTS}" ]; then rm -rf ${DIR_PROJECTS}; fi
- if [ -d "aircraft-references" ]; then rm -rf aircraft-references; fi
- echo "Testing direct access to submodules"
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/aircraft-references
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/aircraft-references --branch develop
- echo "${BRANCH_UNICADO} from ${GIT_REPO_URL}"
- git clone $GIT_REPO_URL ${DIR_UNICADO} --branch ${BRANCH_UNICADO}
# Rewrite submodule URLs to use HTTPS and remove .git suffix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment