From b11212f6f6584835e7175cecab73fef73f685c93 Mon Sep 17 00:00:00 2001
From: Jeremy M Fee <jmfee@usgs.gov>
Date: Fri, 23 Oct 2020 16:25:41 +0000
Subject: [PATCH] Alphabetize deploy jobs

---
 .gitlab-ci.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef0976fc..352b6bfc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -216,25 +216,25 @@ Mage01 Library:
   variables:
     APP_NAME: geomag-algorithms
 
-Mage02 Library:
+Mage01 Web Service:
   extends:
-    - .deploy-library
-    - .production
+    - .deploy
+    - .staging
   tags:
     - deploy
     - swarm
-    - mage02
+    - mage01
   variables:
     APP_NAME: geomag-algorithms
 
-Mage01 Web Service:
+Mage02 Library:
   extends:
-    - .deploy
-    - .staging
+    - .deploy-library
+    - .production
   tags:
     - deploy
     - swarm
-    - mage01
+    - mage02
   variables:
     APP_NAME: geomag-algorithms
 
-- 
GitLab