Skip to content

Commit bf693e0

Browse files
committed
.gitlab-ci.yml: removed 'release' stage
1 parent 8faa68a commit bf693e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ stages:
3838
- test
3939
- respdiff
4040
- deploy
41-
- release
4241
- pkg
4342

4443
# 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:
290289

291290
docker:dockerhub:
292291
<<: *docker
293-
stage: release
292+
stage: deploy
294293
when: manual
295294
only:
296295
- tags
@@ -672,6 +671,7 @@ obs:odvr:
672671
# }}}
673672

674673
# pkg {{{
674+
675675
.pkg_deb_extras: &pkg_deb_extras
676676
before_script:
677677
- apt update
@@ -847,7 +847,7 @@ docs:pages:
847847
# Pushes the documetation as a new branch to the website repository.
848848
# https://gitlab.nic.cz/websites/knot-resolver.cz
849849
docs:website:
850-
stage: release
850+
stage: deploy
851851
needs:
852852
- docs:build
853853
when: manual
@@ -865,7 +865,7 @@ docs:website:
865865

866866
# }}}
867867

868-
# docs: {{{
868+
# python: {{{
869869

870870
.python: &python
871871
<<: *nodep

0 commit comments

Comments
 (0)