Update .gitlab-ci.yml file

This commit is contained in:
Christoph Schabert 2023-11-09 10:06:48 +01:00
parent cefa7889f8
commit d828e2c1aa

View File

@ -4,16 +4,13 @@ variables:
PROJECT: red-ui
DOCKERFILELOCATION: 'docker/$PROJECT/Dockerfile'
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: never
- when: always
include:
- project: 'gitlab/gitlab'
ref: 'main'
file: 'ci-templates/docker_build_nexus_v2.yml'
rules:
- if: $CI_PIPELINE_SOURCE != "schedule"
localazy update:
image: node:20.5