mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-03 00:23:06 +02:00
Merge branch 'main' of gitlab.sectorq.eu:jaydee/omv_backup
This commit is contained in:
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
build_job:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- echo "Running build pipeline"
|
||||||
|
rules:
|
||||||
|
- if: '$CI_COMMIT_MESSAGE == "build"'
|
||||||
|
when: always
|
||||||
|
- when: never
|
Reference in New Issue
Block a user