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: ...@@ -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: ...@@ -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: ...@@ -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'
......
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