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

Update .gitlab-ci.yml file

parent 1738a493
Branches
Tags
No related merge requests found
Pipeline #8594 passed
......@@ -13,10 +13,13 @@ variables:
image: registry.git.cccv.de/infra/packages/docker-images/bullseye
autoupdate:
stage: .pre
stage: build
rules:
- if: '$RUN_AUTOUPDATE == "1"'
when: always
- when: manual
dependencies: []
variables:
GIT_CHECKOUT: "true"
needs: []
script:
- git clone "https://${GITLAB_ACCESS_USER}:${GITLAB_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git" 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