Merge branch 'main' of gitlab.sectorq.eu:jaydee/omv_backup

This commit is contained in:
2025-04-28 13:10:48 +02:00

11
.gitlab-ci.yml Normal file
View 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