Skip to content
Snippets Groups Projects
Commit c74ea4eb authored by nd's avatar nd
Browse files

Update .gitlab-ci.yml file

parent 1738a493
No related branches found
Tags v1.0.0
No related merge requests found
Pipeline #8594 passed
...@@ -13,10 +13,13 @@ variables: ...@@ -13,10 +13,13 @@ variables:
image: registry.git.cccv.de/infra/packages/docker-images/bullseye image: registry.git.cccv.de/infra/packages/docker-images/bullseye
autoupdate: autoupdate:
stage: .pre stage: build
rules:
- if: '$RUN_AUTOUPDATE == "1"'
when: always
- when: manual
dependencies: [] dependencies: []
variables: needs: []
GIT_CHECKOUT: "true"
script: script:
- git clone "https://${GITLAB_ACCESS_USER}:${GITLAB_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git" autoupdate-checkout - git clone "https://${GITLAB_ACCESS_USER}:${GITLAB_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git" autoupdate-checkout
- cd autoupdate-checkout - cd autoupdate-checkout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment