Skip to content
Snippets Groups Projects
Commit 59f72103 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

enhance CI script

parent b5ef0567
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,7 @@ sync_repo_on_HPC: ...@@ -122,6 +122,7 @@ sync_repo_on_HPC:
script: script:
- cd /p/fastdata/zam/swmanage/EasyBuild/$TARGET_BRANCH - cd /p/fastdata/zam/swmanage/EasyBuild/$TARGET_BRANCH
- hostname - hostname
- echo 'Pulling branch '$TARGET_BRANCH
- git pull https://$GITLAB_USER:$GITLAB_TOKEN@gitlab.jsc.fz-juelich.de/software-team/easybuild.git $TARGET_BRANCH - git pull https://$GITLAB_USER:$GITLAB_TOKEN@gitlab.jsc.fz-juelich.de/software-team/easybuild.git $TARGET_BRANCH
rules: rules:
- if: '$CI_PROJECT_NAMESPACE == "software-team" && $CI_COMMIT_BRANCH == $TARGET_BRANCH' - if: '$CI_PROJECT_NAMESPACE == "software-team" && $CI_COMMIT_BRANCH == $TARGET_BRANCH'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment