* Fixing image to use to default with rust nightly
This commit is contained in:
parent
5082640c49
commit
abbfb48b48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user