]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
CI: Added the release confirm metajob
authorMaria Matejka <mq@ucw.cz>
Thu, 23 Jan 2025 21:30:43 +0000 (22:30 +0100)
committerMaria Matejka <mq@ucw.cz>
Tue, 1 Apr 2025 10:09:11 +0000 (12:09 +0200)
.gitlab-ci.yml

index 9600e65b738a96b3b74478390e13c4bd1a2e1595..a2859a01c11406e02b556372add7c64999a3586b 100644 (file)
@@ -12,6 +12,7 @@ stages:
   - build
   - pkg
   - test
+  - release
 
 .docker: &docker_build
   stage: image
@@ -648,3 +649,12 @@ build-birdlab-openbsd-71:
   tags:
     - birdlab-openbsd-71
     - amd64
+
+confirm-release:
+  stage: release
+  script:
+  - "true"
+  rules:
+  - if: '$CI_COMMIT_TAG'
+    when: manual
+  - when: never