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:
parent
8a91ca3ef4
commit
3b7a26961b
1 changed files with 11 additions and 6 deletions
|
@ -15,12 +15,12 @@ default:
|
||||||
- cargo version
|
- cargo version
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint # KNEE-DEEP IN THE DEBUG
|
||||||
- cache-cleanup
|
- cache-cleanup # THE CACHES OF HELL
|
||||||
- build-base
|
- build-base # INFERNAL build times
|
||||||
- build
|
- build # THY CREDITS CONSUMED
|
||||||
- test
|
- test # SIGKILL
|
||||||
- release
|
# - release
|
||||||
|
|
||||||
# TEMPLATES
|
# TEMPLATES
|
||||||
|
|
||||||
|
@ -176,6 +176,11 @@ test-nightly:
|
||||||
- target
|
- target
|
||||||
- .cargo
|
- .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:
|
build-release:
|
||||||
stage: release
|
stage: release
|
||||||
cache: { }
|
cache: { }
|
||||||
|
|
Loading…
Reference in a new issue