[release-notes] make publish job deploy stage



commit 930f5a4e0d3594a42d27c89d8eb32d1f5dfb112e
Author: Link Dupont <link sub-pop net>
Date:   Tue Aug 31 18:10:36 2021 +0000

    make publish job deploy stage

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 12143bd0..fa573610 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ build:
       - "${CI_PROJECT_DIR}/help-release-notes/"
 
 publish:
-  stage: publish
+  stage: deploy
   needs: ['build']
   script:
     - "curl -X POST -F token=${PAGES_TRIGGER_TOKEN} -F ref=help-gnome-org 
https://gitlab.gnome.org/api/v4/projects/2909/trigger/pipeline";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]