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

Debug KUBECONFIG usage

parent 4f56369a
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ test_basic_grb:
extends: .helm_based_job
stage: test
script:
- echo $KUBECONFIG
- ns=$(./helpers/get_namespace.sh)
- cd geosphere-grb/chart
- source cspp-geo-grb/cibuild.env
......
......@@ -3,7 +3,7 @@
# image: gitlab.ssec.wisc.edu:5555/cspp_geo/geosphere/geosphere-deploy/cichart:latest
image: gitlab.ssec.wisc.edu:5555/cspp_geo/geosphere/gcloud-kubectl-helm/gcloud-kubectl-helm:6d3e308b
variables:
KUBECONFIG: "$KUBECONFIG:$kubekorner_k3s_config"
KUBECONFIG: "$kubekorner_k3s_config"
before_script:
- docker info
- docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
......
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