0.1.23-DEV-20201113-023744

--------------------------
    * MODIFY:
      - gitlab ci runner testing with kubernetes; specified image
This commit is contained in:
Chris Hammer 2020-11-13 02:37:29 -05:00
parent 4b8a6b6ee4
commit 628ea5ed0a

View File

@ -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