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

Update file setup-integration-test.yml

parent 9f53aa8f
Branches
No related tags found
3 merge requests!299CI-Pipeline for performance test,!298CI-Pipeline for black-boxtest,!297CI-Pipeline for integration test
Pipeline #1559332 failed
......@@ -38,9 +38,15 @@ setup-integration-test:
## Caution: the merge request shall work with the provided libraries,
## otherwise a submodule update shall be commited as well
#- rm -rf ${DIR_SUBMODULE_LIBS}
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/".insteadOf "ssh://git@git.rwth-aachen.de/"
# Rewrite submodule URLs dynamically
- cd ${DIR_UNICADO}
- sed -i 's|ssh://git@git.rwth-aachen.de/|https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/|g' .gitmodules
- git submodule sync
- git submodule update --init --recursive
# Debug directories
- ls -al
- ls -al libs
#- cd ${DIR_SUBMODULE_LIBS}
#- git checkout ${BRANCH_LIBRARIES}
#- cd ${CI_PROJECT_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment