chore: Ansible Automated updates #28

Merged
jon_nfc merged 2 commits from ansible-git-config into development 2023-05-07 03:18:03 +00:00
2 changed files with 66 additions and 2 deletions
Showing only changes of commit e6ce3f9581 - Show all commits

View File

@ -1,6 +1,17 @@
stages:
- validation
- sync
dummy:
image: alpine:latest
stage: validation
script:
- echo dummy job
rules:
- if: "$CI_COMMIT_BRANCH"
when: always
- when: never
.git_push_mirror:
image: alpine:latest