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

Change to single line

parent 05a1e4da
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 #1559381 failed
......@@ -30,10 +30,9 @@ setup-integration-test:
- if [ -d "${DIR_PROJECTS}" ]; then rm -rf ${DIR_PROJECTS}; fi
- echo "${BRANCH_UNICADO} from ${GIT_REPO_URL}"
- git clone $GIT_REPO_URL ${DIR_UNICADO} --branch ${BRANCH_UNICADO}
# Rewrite submodule URLs dynamically
# Rewrite submodule URLs to use HTTPS and remove .git suffix
- cd ${DIR_UNICADO}
- sed -i -e 's|ssh://git@git.rwth-aachen.de/|https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/|g' \
-e 's|\.git||g' .gitmodules
- sed -i -e 's|ssh://git@git.rwth-aachen.de/|https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/|g' -e 's|\.git||g' .gitmodules
- git submodule sync
- git submodule update --init --recursive
#- cd ${PATH_CLEAN_AIRCRAFT_DESIGN} && git checkout ${BRANCH_AIRCRAFT_DESIGN} && cd ${DIR_SUBMODULE_LIBS} && git checkout ${BRANCH_LIBRARIES}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment