From 0018b7b21823b896af868b36cf4063db6e7cdd12 Mon Sep 17 00:00:00 2001 From: Maurice <zimmnau@ilr.rwth-aachen.de> Date: Tue, 25 Feb 2025 14:15:50 +0100 Subject: [PATCH] Small cleanup --- .ci-scripts/setup-integration-test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.ci-scripts/setup-integration-test.yml b/.ci-scripts/setup-integration-test.yml index 99331394..70736729 100644 --- a/.ci-scripts/setup-integration-test.yml +++ b/.ci-scripts/setup-integration-test.yml @@ -44,14 +44,6 @@ setup-integration-test: - 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} - cd ${PATH_CLEAN_LIBRARIES} && git checkout ${BRANCH_LIBRARIES} && cd ${CI_PROJECT_DIR} - - - ## If needed - checkout other lib version - ## Caution: the merge request shall work with the provided libraries, - ## otherwise a submodule update shall be commited as well - #- rm -rf ${DIR_SUBMODULE_LIBS} - #- cd ${DIR_SUBMODULE_LIBS} - #- git checkout ${BRANCH_LIBRARIES} - cd ${CI_PROJECT_DIR} # Synnc also submodules of the current aircraft_design working copy -- GitLab