Newer
Older
include:
- local: ".gitlab/ci/wiki.yml"
- local: ".gitlab/ci/deploy.yml"
# dummy job, gitlab gets mad when no jobs exist (when the above are never imported)
dummy:
stage: build
include:
- local: ".gitlab/ci/wiki.yml"
- local: ".gitlab/ci/deploy.yml"
# dummy job, gitlab gets mad when no jobs exist (when the above are never imported)
dummy:
stage: build