From 38d86308f84d6de7e51106ba79d1fa5f0c406775 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 23 May 2022 10:01:02 +0200 Subject: [PATCH] ci: remove redundant ci job to publish the latest manifest --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) 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