From 2f9a1db6d67d5bc0a361b5b66184c6ef34df2387 Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Wed, 25 Nov 2020 15:08:53 -0600
Subject: [PATCH] More debugging

---
 .gitlab-ci.yml                   | 3 ++-
 ci_geosphere-test/gitlab-ci.yaml | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eba71e6..07f7976 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,8 @@ variables:
   HELM_EXPERIMENTAL_OCI: "1"
   CICHART_IMAGE: "$CI_REGISTRY_IMAGE/cichart:latest"
   GEOSPHERE_TAG_REGEX: "^r[0-9]+_[0-9]+"
-  GEOSPHERE_TEST_TAG_REGEX: "^test-r[0-9]+_[0-9]+"
+#  GEOSPHERE_TEST_TAG_REGEX: "^test-r[0-9]+_[0-9]+"
+  GEOSPHERE_TEST_TAG_REGEX2: "test-r[0-9]+_[0-9]+"
   GCP_TAG_REGEX: "^gcp-r[0-9]+_[0-9]+"
 #  TESTS_BRANCH_REGEX: "^master"
   # only run tests for branches in the main repository
diff --git a/ci_geosphere-test/gitlab-ci.yaml b/ci_geosphere-test/gitlab-ci.yaml
index 5d83ec9..a3e8366 100644
--- a/ci_geosphere-test/gitlab-ci.yaml
+++ b/ci_geosphere-test/gitlab-ci.yaml
@@ -133,7 +133,7 @@ gstest debug tags2:
     - echo "Tag ${CI_COMMIT_TAG}"
     - echo "Regex ${GEOSPHERE_TEST_TAG_REGEX}"
   rules:
-    - if: $CI_COMMIT_TAG !~ /test-r[0-9]+_[0-9]+/
+    - if: $CI_COMMIT_TAG !~ /$GEOSPHERE_TEST_TAG_REGEX2/
       when: never
     - when: on_success
 
@@ -144,7 +144,7 @@ gstest debug tags3:
     - echo "Tag ${CI_COMMIT_TAG}"
     - echo "Regex ${GEOSPHERE_TEST_TAG_REGEX}"
   rules:
-    - if: $CI_COMMIT_TAG !~ /${GEOSPHERE_TEST_TAG_REGEX}/
+    - if: $CI_COMMIT_TAG !~ /$GEOSPHERE_TEST_TAG_REGEX/
       when: never
     - when: on_success
 
-- 
GitLab