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