From eaf045b3f8e83b73ee59c53b0e22ad90f10846dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire?= <gregoire.kubler@proton.me> Date: Mon, 15 Jul 2024 18:47:33 +0200 Subject: [PATCH] fix : syntax --- .gitlab/ci/release/template.gitlab-ci.yml | 2 ++ .gitlab/ci/rules.gitlab-ci.yml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/release/template.gitlab-ci.yml b/.gitlab/ci/release/template.gitlab-ci.yml index 18ffa9a..bccf820 100644 --- a/.gitlab/ci/release/template.gitlab-ci.yml +++ b/.gitlab/ci/release/template.gitlab-ci.yml @@ -56,8 +56,10 @@ include: needs: [release:pip:ubuntu] extends: - .deploy:template + - .rules:deploy .deploy:pip:windows:template: needs: [release:pip:windows] extends: - .deploy:template + - .rules:deploy diff --git a/.gitlab/ci/rules.gitlab-ci.yml b/.gitlab/ci/rules.gitlab-ci.yml index 6d9476c..c2e498a 100644 --- a/.gitlab/ci/rules.gitlab-ci.yml +++ b/.gitlab/ci/rules.gitlab-ci.yml @@ -28,5 +28,3 @@ - if: $CI_COMMIT_TAG allow_failure: false when: on_success - - -- GitLab