.gitlab-ci.yml

This commit is contained in:
Oscar Krause 2022-12-28 10:00:34 +01:00
parent e88b1afcf7
commit 670e05f693
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ deploy:debian:
# doc: https://git.collinwebdesigns.de/help/user/packages/debian_repository/index.md#install-a-package
image: debian:bookworm-slim
stage: deploy
rules:
- if: $CI_COMMIT_BRANCH == "debian" # $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# rules:
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
needs:
- job: build:debian
artifacts: true