]> 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>
Sat, 25 Jan 2025 14:38:05 +0000 (15:38 +0100)
.gitlab-ci.yml

index 965b3d265b99ee5501f12b8d6c3ef796d1a3f826..77e3120bb8c9abe39b419ab139b6964e534d3adf 100644 (file)
@@ -12,6 +12,7 @@ stages:
   - build
   - pkg
   - test
+  - release
 
 .docker: &docker_build
   stage: image
@@ -555,3 +556,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