]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: allow odvr release in tag pipelines
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 6 Dec 2019 11:48:55 +0000 (12:48 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Fri, 6 Dec 2019 11:48:55 +0000 (12:48 +0100)
.gitlab-ci.yml

index ef35c4b7cd9103f197f9ab4394a68c22bbce44dc..ef5f74753f131e17bbfe060e0b00967bb96ddf3d 100644 (file)
@@ -468,6 +468,15 @@ obs:release:
   variables:
     OBS_REPO: knot-resolver-latest
   when: manual
+
+obs:odvr:
+  <<: *obs_trigger
+  stage: deploy-test  # last stage to ensure it doesn't block anything
+  only:
+    - tags
+  variables:
+    OBS_REPO: knot-resolver-odvr
+  when: manual
 # }}}
 
 # deploy-test {{{