From 010858d4c5ffb41c0f6463d55483de8ce92b044c Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 24 Apr 2025 08:08:01 -0600 Subject: [PATCH] remove upload --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ec18a9..7e53229 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ stages: - test - build - - upload - release variables: @@ -34,14 +33,6 @@ build: paths: - bin -upload: - stage: upload - image: curlimages/curl:latest - rules: - - if: $CI_COMMIT_TAG - script: - - 'curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file /bin/nyxi-installer ${PACKAGE_REGISTRY_URL}/nyxi-installer' - release: stage: release image: registry.gitlab.com/gitlab-org/release-cli:latest