* Fixing image to use to default with rust nightly

This commit is contained in:
shockrah 2021-10-16 20:09:54 -07:00
parent 5082640c49
commit abbfb48b48

View File

@ -1,12 +1,10 @@
image: rust
image: rustlang/rust:nightly
stages:
- build
# Builds out the intended zip package
package:
stage: build
before_script:
- rustup default nightly
script:
- mkdir -p build
- cp api/templates/ api/static/ build -r