[release-notes] add publish to pipeline



commit 72391e0ae976390a5ef20f08e100a8bf26ccea9c
Author: Link Dupont <link sub-pop net>
Date:   Tue Aug 31 14:09:25 2021 -0400

    add publish to pipeline

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8d6f2e3..12143bd0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,3 +25,9 @@ build:
     name: "release-notes-${CI_COMMIT_REF_NAME}"
     paths:
       - "${CI_PROJECT_DIR}/help-release-notes/"
+
+publish:
+  stage: publish
+  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]