From 86af8bdf1d6fb49acef41060110e2537383e9ee0 Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Tue, 10 Nov 2020 11:19:49 -0600
Subject: [PATCH] Double check that we are properly talking to the kubekorner
 cluster

---
 ci_tests/gitlab-ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci_tests/gitlab-ci.yaml b/ci_tests/gitlab-ci.yaml
index 61866c6..1e70318 100644
--- a/ci_tests/gitlab-ci.yaml
+++ b/ci_tests/gitlab-ci.yaml
@@ -70,7 +70,6 @@ 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
@@ -79,6 +78,7 @@ test_basic_grb:
     - cp ../../ci_geosphere/values-grb-g16.yaml .
     # namespace names are the same as domain names
     - kubectl get all --namespace $ns
+    - kubectl get all --namespace geosphere
 #    - helm upgrade -v 2 --install --namespace $ns --set persistence.enabled=true --set persistence.storageClass=longhorn -f values-grb-g16.yaml cspp-geo-grb cspp-geo-grb/
   dependencies:
     - get_chart_grb
-- 
GitLab