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

change to clone references to test

parent a38b0e48
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 #1559401 failed
......@@ -29,7 +29,7 @@ setup-integration-test:
- if [ -d "${DIR_DESIGN_EVALUATOR}" ]; then rm -rf ${DIR_DESIGN_EVALUATOR}; fi
- if [ -d "${DIR_PROJECTS}" ]; then rm -rf ${DIR_PROJECTS}; fi
- echo "Testing direct access to submodules"
- git ls-remote https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/aircraft-design
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/aircraft-references
- 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