Skip to content
Snippets Groups Projects
Commit 65d31d03 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

Update shared_scripts.yml

parent 7f274f69
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ variables:
- if [[ "${RUN_SETUP}" == "true" ]] ; then
- bash ${CI_PROJECT_DIR}/setup.sh --install-default-plugins
- fi
- git submodule add ${CI_PROJECT_URL}.git/ Plugins/${CI_PROJECT_NAME}
- git submodule add https://gitlab-ci-token:${CI_JOB_TOKEN}@https://git-ce.rwth-aachen.de/${CI_PROJECT_PATH}.git/ Plugins/${CI_PROJECT_NAME}
- cd ${CI_PROJECT_DIR}/Plugins/${CI_PROJECT_NAME} && git checkout ${CI_COMMIT_SHA}
- cd ${CI_PROJECT_DIR}
- for i in "${!dependencies[@]}"; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment