From ab49067bd93bb501808d77c068c2daa31505e752 Mon Sep 17 00:00:00 2001 From: Jeremy Fee <jmfee@usgs.gov> Date: Fri, 4 Sep 2020 18:32:57 -0600 Subject: [PATCH] Update staging/production targets --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6330f79d..24ada48e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,16 +114,16 @@ variables: .staging: only: - - master@ghsc/geomag/geomag-plots - - tags@ghsc/geomag/geomag-plots + - master@ghsc/geomag/geomag-algorithms + - tags@ghsc/geomag/geomag-algorithms .production: except: - ^.*beta.*$ - ^.*-rc.*$ only: - - tags@ghsc/geomag/geomag-plots - - production@ghsc/geomag/geomag-plots + - tags@ghsc/geomag/geomag-algorithms + - production@ghsc/geomag/geomag-algorithms when: manual -- GitLab