Commit 86d022dc authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

ci: Active rules for packages.

Showing with 4 additions and 8 deletions
+4 -8
......@@ -45,9 +45,8 @@ linux-package:
needs:
- job: build-lang
artifacts: true
# rules:
# - if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
# when: never
rules:
- if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
artifacts:
paths:
- packages/pamhyr-gnulinux-amd64.tar.xz
......@@ -63,9 +62,8 @@ windows-package:
needs:
- job: build-lang
artifacts: true
# rules:
# - if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
# when: never
rules:
- if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
artifacts:
paths:
- packages/pamhyr-win-amd64.exe
......@@ -95,8 +93,6 @@ tag-release:
- packages/pamhyr-win-amd64.exe
script:
- cd packages
# - ./linux.sh
# # - ./wine.sh ci
release:
name: '$CI_COMMIT_TAG'
description: 'Automatic release from tag $CI_COMMIT_TAG'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment