Update .gitlab-ci.yml file
This commit is contained in:
parent
cefa7889f8
commit
d828e2c1aa
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user