Skip to content
Snippets Groups Projects
Commit f8c5fa6d authored by Anke Kreuzer's avatar Anke Kreuzer
Browse files

Adapted the gitlab-ci.yml file to not automatically deploy our changes to the...

Adapted the gitlab-ci.yml file to not automatically deploy our changes to the Golden-Repo of the EasyBuild-group.
parent e54e5180
No related branches found
No related tags found
No related merge requests found
...@@ -110,16 +110,3 @@ full_check_style: ...@@ -110,16 +110,3 @@ full_check_style:
- fi - fi
- done - done
- if [ -n "$faulty" ]; then echo "Faulty EasyConfigs... $faulty"; exit 1; fi - if [ -n "$faulty" ]; then echo "Faulty EasyConfigs... $faulty"; exit 1; fi
sync_repo_on_HPC:
stage: deploy
tags:
- jacamar
- juwels
- shell
script:
- cd /p/fastdata/zam/swmanage/EasyBuild/2023
- hostname
- git pull https://project_2497_bot1:$GITLAB_TOKEN@gitlab.jsc.fz-juelich.de/software-team/easybuild.git
only:
- '2023'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment