From 8772a39c8c43d4f4327974fd7ec49096fe306ac5 Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Thu, 2 Jul 2020 14:47:18 -0500 Subject: [PATCH] Fix artifacts for getting chart --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fae707a..8c5d894 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,8 +72,8 @@ build ci: - helm template ${SUBCOMP_CHART_DIR} ${SUBCOMP_CHART_DIR} artifacts: paths: - - chart/${SUBCOMP_CHART_DIR} - - cibuild.env + - ${SUBCOMP_REPOS}/chart/${SUBCOMP_CHART_DIR} + - ${SUBCOMP_REPOS}/cibuild.env expire_in: 6 hours # XXX: Do we always want to clone the subcomponent # rules: @@ -110,8 +110,8 @@ deploy_grb: else ns="geosphere-test"; fi - - echo $ns - - cd chart + - echo "Deploying version $docker_tag to cluster namespace $ns" + - cd cspp-geo-grb/chart # copy secret kubeconfig to the mounted (pwd) directory - cp $kubekorner_k3s_config . - kubeconfig=$(basename $kubekorner_k3s_config) -- GitLab