chore: test release

This commit is contained in:
Matthieu CAILLEAUX
2021-11-19 18:37:11 +01:00
parent 516ccaf952
commit 4af435cc54

View File

@@ -6,7 +6,6 @@ variables:
stages:
- build
- test
- release
build:
@@ -35,11 +34,6 @@ build:
- tags
- master
test:
stage: test
script:
- ls -lart /
release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
@@ -58,11 +52,11 @@ release:
description: './CHANGELOG.md'
assets:
links:
- name: 'content'
url: 'https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/releases/$CI_COMMIT_TAG/downloads/wfrp4e-actor-sheet-print.zip'
filepath: '/jobs/$CI_JOB_ID/artifacts/dist/wfrp4e-actor-sheet-print.zip'
- name: 'module'
url: 'https://greenskin-foundryvtt.gitlab.io/-/wfrp4-actor-sheet-print/-/jobs/$CI_JOB_ID/artifacts/dist/wfrp4e-actor-sheet-print.zip'
link_type: package
- name: 'manifest'
url: 'https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/releases/$CI_COMMIT_TAG/downloads/module.json'
filepath: '/jobs/$CI_JOB_ID/artifacts/dist/module.json'
url: 'https://greenskin-foundryvtt.gitlab.io/-/wfrp4-actor-sheet-print/-/jobs/$CI_JOB_ID/artifacts/dist/module.json'
link_type: package
only:
- tags