i'm disabling the release job because it is probably haunted and, to my knowledge at least, nobody has ever died from being TOO paranoid about CI

This commit is contained in:
Lynne Megido 2021-06-18 13:26:22 +10:00
parent 8a91ca3ef4
commit 3b7a26961b
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -15,12 +15,12 @@ default:
- cargo version
stages:
- lint
- cache-cleanup
- build-base
- build
- test
- release
- lint # KNEE-DEEP IN THE DEBUG
- cache-cleanup # THE CACHES OF HELL
- build-base # INFERNAL build times
- build # THY CREDITS CONSUMED
- test # SIGKILL
# - release
# TEMPLATES
@ -176,6 +176,11 @@ test-nightly:
- target
- .cargo
# RELEASE
# this is currently all disabled because
# a) it's gross
# b) it probably won't work and i really don't want to partake in CI tomfoolery right now, or ever
build-release:
stage: release
cache: { }