fix ci
This commit is contained in:
parent
ae03e2b9da
commit
9b10181d11
1 changed files with 8 additions and 5 deletions
|
|
@ -24,7 +24,7 @@ build-library:
|
|||
|
||||
release-library:
|
||||
stage: release
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
image: registry.gitlab.com/gitlab-org/cli:latest
|
||||
needs:
|
||||
- job: build-library
|
||||
artifacts: true
|
||||
|
|
@ -34,8 +34,11 @@ release-library:
|
|||
- echo "Publishing release $CI_COMMIT_TAG"
|
||||
release:
|
||||
tag_name: $CI_COMMIT_TAG
|
||||
name: Release $CI_COMMIT_TAG
|
||||
name: 'Release $CI_COMMIT_TAG'
|
||||
description: 'DFG 3D Viewer JavaScript library — extract to web/libraries/dfg-3dviewer/ on Drupal.'
|
||||
assets:
|
||||
paths:
|
||||
- path: dfg-3dviewer-library.zip
|
||||
name: dfg-3dviewer-library.zip
|
||||
links:
|
||||
- name: dfg-3dviewer-library.zip
|
||||
url: '${CI_PROJECT_URL}/-/jobs/artifacts/${CI_COMMIT_TAG}/raw/dfg-3dviewer-library.zip?job=build-library'
|
||||
link_type: package
|
||||
filepath: '/dfg-3dviewer-library.zip'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue