- Removing rustup toolchain swap

Git version of rocket.rs no longer requires nightly so we're going
to start opting for stable toolchains

* Deploy stage on build-docker-image job
This commit is contained in:
shockrah 2022-01-28 15:25:05 -08:00
parent 1e76a1d444
commit 954f4ced8d

View File

@ -25,7 +25,6 @@ package:
image: rustlang/rust:nightly image: rustlang/rust:nightly
stage: build stage: build
script: script:
- rustup default nightly-2021-09-18
- mkdir -p build - mkdir -p build
- cp api/templates/ api/static/ build -r - cp api/templates/ api/static/ build -r
- cd api/ - cd api/
@ -41,7 +40,7 @@ package:
# Build the updated docker # Build the updated docker
build-docker-image: build-docker-image:
stage: build stage: deploy
image: docker:stable image: docker:stable
only: only:
refs: refs: