remove upload

This commit is contained in:
Aaron Honeycutt 2025-04-24 08:08:01 -06:00
parent a5475d76da
commit 010858d4c5

View file

@ -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