ci: remove redundant ci job to publish the latest manifest
This commit is contained in:
parent
a552f2e0bb
commit
38d86308f8
1 changed files with 0 additions and 11 deletions
|
@ -168,17 +168,6 @@ release:
|
||||||
filepath: /$PACKAGE_TYPE.json
|
filepath: /$PACKAGE_TYPE.json
|
||||||
link_type: other
|
link_type: other
|
||||||
|
|
||||||
publish-latest-manifest:
|
|
||||||
stage: publish
|
|
||||||
image: alpine:latest
|
|
||||||
before_script:
|
|
||||||
- apk update
|
|
||||||
- apk add zip curl
|
|
||||||
script: |
|
|
||||||
curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file dist/$PACKAGE_TYPE.json "$PACKAGE_REGISTRY_URL/latest/$PACKAGE_TYPE.json"
|
|
||||||
rules:
|
|
||||||
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
|
|
||||||
|
|
||||||
publish-to-foundry-admin:
|
publish-to-foundry-admin:
|
||||||
stage: publish
|
stage: publish
|
||||||
image: johannesloher/foundry-publish
|
image: johannesloher/foundry-publish
|
||||||
|
|
Loading…
Reference in a new issue