Trigger an Ansible play on pushes
This commit is contained in:
parent
088f732380
commit
45b69f0d40
@ -10,6 +10,7 @@ variables:
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
# - test
|
# - test
|
||||||
|
- push
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
@ -52,3 +53,10 @@ Build_Tag:
|
|||||||
--push
|
--push
|
||||||
.
|
.
|
||||||
- docker images
|
- docker images
|
||||||
|
|
||||||
|
# PUSH
|
||||||
|
Push:
|
||||||
|
stage: push
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
trigger: rehashedsalt/ansible
|
||||||
|
Loading…
Reference in New Issue
Block a user