Skip to content
Snippets Groups Projects
Commit e65d3442 authored by Cedric Verstege's avatar Cedric Verstege
Browse files

Update CI

parent d32ac29c
Branches
No related tags found
No related merge requests found
Pipeline #3592 passed with warnings
......@@ -16,9 +16,9 @@ update_dockerfile:
- git config user.name "CI Pipeline"
- git config user.email "cedric.verstege@kit.edu"
- git add alma9-base/Dockerfile
- git commit -m "Update upstream to version $(grep -oP "FROM cern/alma9-base:\K[\w.-]+" "${THIS_DIR}/Dockerfile")"
- git push HEAD:$CI_COMMIT_REF_NAME
- git commit -m "Update upstream to version $(grep -oP "FROM cern/alma9-base:\K[\w.-]+" "alma9-base/Dockerfile")"
- git remote set-url --push origin "https://$CI_COMMITTER_USER_AND_TOKEN@gitlab.etp.kit.edu/cverstege/docker-images.git"
- git push HEAD:$CI_COMMIT_REF_NAME
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment