From cdf3f222be7561d5e1f98f603e59e9b1b05beea1 Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Thu, 2 Jul 2020 14:57:43 -0500 Subject: [PATCH] Fix directory name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04a596b..8c24f91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,7 +110,7 @@ deploy_grb: else ns="geosphere-test"; fi - - cd cspp-geo-grb + - cd geosphere-grb - source cibuild.env - echo "Deploying version $docker_tag to cluster namespace $ns" - cd chart -- GitLab