File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ stages:
38
38
- test
39
39
- respdiff
40
40
- deploy
41
- - release
42
41
- pkg
43
42
44
43
# https://docs.gitlab.com/ce/ci/jobs/job_control.html#select-different-runner-tags-for-each-parallel-matrix-job
@@ -290,7 +289,7 @@ docker:test:cross-platform:
290
289
291
290
docker:dockerhub :
292
291
<< : *docker
293
- stage : release
292
+ stage : deploy
294
293
when : manual
295
294
only :
296
295
- tags
@@ -672,6 +671,7 @@ obs:odvr:
672
671
# }}}
673
672
674
673
# pkg {{{
674
+
675
675
.pkg_deb_extras : &pkg_deb_extras
676
676
before_script :
677
677
- apt update
@@ -847,7 +847,7 @@ docs:pages:
847
847
# Pushes the documetation as a new branch to the website repository.
848
848
# https://gitlab.nic.cz/websites/knot-resolver.cz
849
849
docs:website :
850
- stage : release
850
+ stage : deploy
851
851
needs :
852
852
- docs:build
853
853
when : manual
@@ -865,7 +865,7 @@ docs:website:
865
865
866
866
# }}}
867
867
868
- # docs : {{{
868
+ # python : {{{
869
869
870
870
.python : &python
871
871
<< : *nodep
You can’t perform that action at this time.
0 commit comments