First attempt at auto update job
This commit is contained in:
@@ -12,10 +12,16 @@ workflow:
|
||||
when: never
|
||||
# Run reduced pipeline for branches
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
- if: $CI_PIPELINE_SOURCE == "web"
|
||||
|
||||
include:
|
||||
# Low-effort, we can always do lint checks, validations, and so forth
|
||||
- local: .gitlab/always.yml
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE != "web"
|
||||
- local: .gitlab/update.yml
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "web"
|
||||
# Actual download of ISOs and building of images. This should only be
|
||||
# done some of the time
|
||||
- local: .gitlab/build.yml
|
||||
|
||||
Reference in New Issue
Block a user