From 161acd8a67eae6c52a7e26719324d97b6f8c92fd Mon Sep 17 00:00:00 2001 From: Travis Rivers <trivers@contractor.usgs.gov> Date: Tue, 25 Aug 2020 11:32:49 -0600 Subject: [PATCH] add production template --- .gitlab-ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35de6198..f4e443c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -115,6 +115,22 @@ variables: tags: - mage02 +<<<<<<< HEAD +======= +.production: + except: + - ^.*beta.*$ + - ^.*-rc.*$ + only: + - tags@ghsc/geomag/geomag-algorithms + - production@ghsc/geomag/geomag-algorithms + when: manual + +.staging: + only: + - master@ghsc/geomag/geomag-algorithms + - tags@ghsc/geomag/geomag-algorithms +>>>>>>> add production template ## -------------------------------------------------- # Test Stage ## -------------------------------------------------- -- GitLab