From 806d3f9201ff841f6ead4a9250160a2bf0ed7307 Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Mon, 6 Jul 2020 16:44:04 -0500
Subject: [PATCH] Try renaming rabbit push stage

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2536892..a1d4bc8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 stages:
   - get chart
   - build prereqs
-  - deploy rabbit
+  - push rabbit
   - deploy storage
   - deploy GRB
   - deploy G2G
@@ -97,7 +97,7 @@ deploy_prod_rabbit:
     name: production
     url: http://geosphere.ssec.wisc.edu
   extends: .helm_based_job
-  stage: deploy rabbit
+  stage: push rabbit
   script:
     - if [ -n "$CI_COMMIT_TAG" ]; then
         ns="geosphere";
-- 
GitLab