Skip to content
Snippets Groups Projects
Verified Commit 8772a39c authored by David Hoese's avatar David Hoese
Browse files

Fix artifacts for getting chart

parent d8f4abc4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment