You've already forked ansible-role-auth-duo
[SKIP CI] Don't clone on cron triggers
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
|
recursive: true
|
||||||
|
submodule_update_remote: true
|
||||||
|
when:
|
||||||
|
event: [ push, manual ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
ansible-lint:
|
ansible-lint:
|
||||||
group: test
|
group: test
|
||||||
|
|||||||
@@ -3,6 +3,15 @@ matrix:
|
|||||||
- MOLECULE_DISTRO: centos7
|
- MOLECULE_DISTRO: centos7
|
||||||
- MOLECULE_DISTRO: almalinux8
|
- MOLECULE_DISTRO: almalinux8
|
||||||
|
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
|
recursive: true
|
||||||
|
submodule_update_remote: true
|
||||||
|
when:
|
||||||
|
event: [ push, manual ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
name: Test on ${MOLECULE_DISTRO}
|
name: Test on ${MOLECULE_DISTRO}
|
||||||
|
|||||||
Reference in New Issue
Block a user