From e87c66f2260b041545c909b538d5bf729bad3bf1 Mon Sep 17 00:00:00 2001
From: pcain-usgs <pcain@usgs.gov>
Date: Tue, 20 Oct 2020 17:43:53 -0600
Subject: [PATCH] Remove Deploy from job titles

---
 .gitlab-ci.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae27e650..22edb09e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -205,7 +205,7 @@ Scan Docker Image:
 # Deploy Stage
 ## --------------------------------------------------
 
-Deploy Mage01 Library:
+Mage01 Library:
   extends:
     - .deploy-library
     - .staging
@@ -216,7 +216,7 @@ Deploy Mage01 Library:
   variables:
     APP_NAME: geomag-algorithms
 
-Deploy Mage01 Web Service:
+Mage01 Web Service:
   extends:
     - .deploy
     - .staging
@@ -227,7 +227,7 @@ Deploy Mage01 Web Service:
   variables:
     APP_NAME: geomag-algorithms
 
-Deploy Mage02 Web Service:
+Mage02 Web Service:
   extends:
     - .deploy
     - .production
@@ -238,7 +238,7 @@ Deploy Mage02 Web Service:
   variables:
     APP_NAME: geomag-algorithms
 
-Deploy Production01 Web Service:
+Production01 Web Service:
   extends:
     - .deploy
     - .production
@@ -249,7 +249,7 @@ Deploy Production01 Web Service:
   variables:
     APP_NAME: geomag-algorithms
 
-Deploy Production02 Web Service:
+Production02 Web Service:
   extends:
     - .deploy
     - .production
@@ -260,7 +260,7 @@ Deploy Production02 Web Service:
   variables:
     APP_NAME: geomag-algorithms
 
-Deploy Staging01 Web Service:
+Staging01 Web Service:
   extends:
     - .deploy
     - .staging
@@ -271,7 +271,7 @@ Deploy Staging01 Web Service:
   variables:
     APP_NAME: geomag-algorithms
 
-Deploy Staging02 Web Service:
+Staging02 Web Service:
   extends:
     - .deploy
     - .staging
-- 
GitLab