From ac3f454067c9f82d9341853f1d870c1c225ffdb2 Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Thu, 2 Jul 2020 14:04:51 -0500 Subject: [PATCH] Fix CI formatting --- .gitlab-ci.yml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f172a0..474730e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,24 @@ stages: - get_charts - deploy_rabbit - deploy_grb - deploy_g2g - deploy_wms - deploy_wmts + - get_chart + - deploy_rabbit + - deploy_grb + - deploy_g2g + - deploy_wms + - deploy_wmts .get_chart_tmpl: + stage: get_chart + image: docker:19.03.1 + services: + - docker:19.03.1-dind + tags: + - docker variables: + DOCKER_TLS_CERTDIR: "" + DOCKER_HOST: "tcp://localhost:2375" + DOCKER_DRIVER: overlay2 + HELM_EXPERIMENTAL_OCI: "1" SUBCOMP_REPOS_BASE: "https://gitlab.ssec.wisc.edu/cspp_geo/geosphere" # required: SUBCOMP_REPOS: "" -- GitLab