diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa457410..712d4fcd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -168,17 +168,6 @@ release: filepath: /$PACKAGE_TYPE.json 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: stage: publish image: johannesloher/foundry-publish