* Opting for nightly toolchain

This commit is contained in:
shockrah 2021-10-16 22:14:17 -07:00
parent 0ac7ef72e7
commit aaf684342d

View File

@ -6,6 +6,7 @@ stages:
package:
stage: build
script:
- rustup default nightly
- mkdir -p build
- cp api/templates/ api/static/ build -r
- cargo build --release
@ -28,4 +29,4 @@ website:
- mv public/ ..
artifacts:
paths:
- public/
- public/