[release-notes/help-gnome-org] add gitlab pipeline




commit 3ea630579c1f66d876d215130ed97b686c67631f
Author: Link Dupont <link sub-pop net>
Date:   Thu Aug 19 13:27:38 2021 -0400

    add gitlab pipeline

 .gitlab-ci.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..f62bec37
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,19 @@
+image: fedora:34
+
+variables:
+  DEPENDENCIES:
+    unzip
+
+pages:
+  before_script:
+    - dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES
+  stage: deploy
+  script:
+    - mkdir public
+    - curl -L --output release-notes.zip 
https://gitlab.gnome.org/Teams/Engagement/release-notes/-/jobs/artifacts/wip/subpop/build-html/download?job=build
+    - unzip release-notes.zip
+    - mv help-release-notes/* public/
+    - rmdir help-release-notes/
+  artifacts:
+    paths:
+      - public


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