0.1.23-DEV-20201113-023744
-------------------------- * MODIFY: - gitlab ci runner testing with kubernetes; specified image
This commit is contained in:
parent
4b8a6b6ee4
commit
628ea5ed0a
@ -13,6 +13,9 @@
|
|||||||
# CI_PROJECT_DIR The full path where the repository is cloned and where the build is ran
|
# CI_PROJECT_DIR The full path where the repository is cloned and where the build is ran
|
||||||
|
|
||||||
|
|
||||||
|
image: docker.thezengarden.net/zen-ci:latest
|
||||||
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
ANSIBLE_PLAY: "zen_dhcpd.yml"
|
ANSIBLE_PLAY: "zen_dhcpd.yml"
|
||||||
ANSIBLE_PLAY_PATH: "${CI_PROJECT_DIR}"
|
ANSIBLE_PLAY_PATH: "${CI_PROJECT_DIR}"
|
||||||
@ -27,7 +30,7 @@ stages:
|
|||||||
### BEGIN TEMPLATES ###
|
### BEGIN TEMPLATES ###
|
||||||
.tags_template: &tags_template
|
.tags_template: &tags_template
|
||||||
tags:
|
tags:
|
||||||
- zen-ci
|
- kubernetes
|
||||||
|
|
||||||
|
|
||||||
.header_template: &header
|
.header_template: &header
|
||||||
|
Loading…
x
Reference in New Issue
Block a user