Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e45b0a5a authored by FAURE Adrien's avatar FAURE Adrien
Browse files

Update .gitlab-ci.yml

parent 29001434
No related branches found
No related tags found
No related merge requests found
Pipeline #462657 failed
......@@ -49,7 +49,7 @@ create-debian-packages:
image: debian:$DEBIAN_VERSION
stage: debian-build
rules:
- if: '$CI_COMMIT_BRANCH =~ /^debian\/.*$/'
- if: '$CI_COMMIT_BRANCH =~ /^debian\/*$/'
variables:
DEBIAN_VERSION: "bookworm"
DEBIAN_FRONTEND: "noninteractive"
......@@ -76,7 +76,7 @@ release-for-debian:
stage: release
rules:
- if: $CI_COMMIT_TAG
- if: '$CI_COMMIT_BRANCH =~ /^debian\/.*$/'
- if: '$CI_COMMIT_BRANCH =~ /^debian\/*$/'
needs:
# - job: pytest
- job: create-debian-packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment