From 2fc68050069860975be5033f3759190b7c4c19e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20Mr=C3=A1zek?= Date: Wed, 22 Jan 2025 14:03:34 +0100 Subject: [PATCH] .gitlab-ci.yml: removed 'release' stage --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9581f708..505fd61f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,6 @@ stages: - test - respdiff - deploy - - release - pkg # https://docs.gitlab.com/ce/ci/jobs/job_control.html#select-different-runner-tags-for-each-parallel-matrix-job @@ -292,7 +291,7 @@ docker:test:cross-platform: docker:dockerhub: <<: *docker - stage: release + stage: deploy when: manual only: - tags @@ -674,6 +673,7 @@ obs:odvr: # }}} # pkg {{{ + .pkg_deb_extras: &pkg_deb_extras before_script: - apt update @@ -853,7 +853,7 @@ docs:pages: # 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 @@ -871,7 +871,7 @@ docs:website: # }}} -# docs: {{{ +# python: {{{ .python: &python <<: *nodep -- 2.47.2