ci: Active rules for packages.

results
Pierre-Antoine Rouby 2023-07-26 17:14:05 +02:00
parent 25a01682d4
commit 86d022dc93
1 changed files with 4 additions and 8 deletions

View File

@ -45,9 +45,8 @@ linux-package:
needs: needs:
- job: build-lang - job: build-lang
artifacts: true artifacts: true
# rules: rules:
# - if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG - if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
# when: never
artifacts: artifacts:
paths: paths:
- packages/pamhyr-gnulinux-amd64.tar.xz - packages/pamhyr-gnulinux-amd64.tar.xz
@ -63,9 +62,8 @@ windows-package:
needs: needs:
- job: build-lang - job: build-lang
artifacts: true artifacts: true
# rules: rules:
# - if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG - if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
# when: never
artifacts: artifacts:
paths: paths:
- packages/pamhyr-win-amd64.exe - packages/pamhyr-win-amd64.exe
@ -95,8 +93,6 @@ tag-release:
- packages/pamhyr-win-amd64.exe - packages/pamhyr-win-amd64.exe
script: script:
- cd packages - cd packages
# - ./linux.sh
# # - ./wine.sh ci
release: release:
name: '$CI_COMMIT_TAG' name: '$CI_COMMIT_TAG'
description: 'Automatic release from tag $CI_COMMIT_TAG' description: 'Automatic release from tag $CI_COMMIT_TAG'