Mark lint and test stages as interruptible
This commit is contained in:
parent
5eba9655c7
commit
f804f68649
@ -41,6 +41,7 @@ after_script:
|
||||
|
||||
Lint:
|
||||
allow_failure: yes
|
||||
interruptible: yes
|
||||
stage: lint
|
||||
script:
|
||||
- ansible-lint --version
|
||||
@ -48,6 +49,7 @@ Lint:
|
||||
|
||||
Test:
|
||||
allow_failure: yes
|
||||
interruptible: yes
|
||||
stage: test
|
||||
script:
|
||||
- ansible-playbook --skip-tags no-test -C site.yml --vault-password-file /vaultpw
|
||||
|
Loading…
Reference in New Issue
Block a user