- test
- respdiff
- deploy
- - release
- pkg
# https://docs.gitlab.com/ce/ci/jobs/job_control.html#select-different-runner-tags-for-each-parallel-matrix-job
docker:dockerhub:
<<: *docker
- stage: release
+ stage: deploy
when: manual
only:
- tags
# }}}
# pkg {{{
+
.pkg_deb_extras: &pkg_deb_extras
before_script:
- apt update
# Pushes the documetation as a new branch to the website repository.
# https://gitlab.nic.cz/websites/knot-resolver.cz
docs:website:
- stage: release
+ stage: deploy
needs:
- docs:build
when: manual
# }}}
-# docs: {{{
+# python: {{{
.python: &python
<<: *nodep