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

Adapt branch checkout

parent 099f4173
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 #1559346 failed
......@@ -28,7 +28,7 @@ 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
- git clone --recurse-submodules $GIT_REPO_URL ${DIR_UNICADO} --branch ${BRANCH_UNICADO}
- git clone --single-branch --branch ${BRANCH_UNICADO} --recurse-submodules $GIT_REPO_URL ${DIR_UNICADO}
#- cd ${PATH_CLEAN_AIRCRAFT_DESIGN} && git checkout ${BRANCH_AIRCRAFT_DESIGN} && cd ${DIR_SUBMODULE_LIBS} && git checkout ${BRANCH_LIBRARIES}
#- cd ${PATH_CLEAN_ADDITIONAL_SOFTWARE} && git checkout ${BRANCH_ADDITIONAL_SOFTWARE} && cd ${DIR_SUBMODULE_LIBS} && git checkout ${BRANCH_LIBRARIES}
#- cd ${PATH_CLEAN_AIRCRAFT_REFERENCES} && git checkout ${BRANCH_AIRCRAFT_REFERENCES}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment