* Forgot to specify build stage and docker image

This commit is contained in:
shockrah 2021-10-16 19:56:37 -07:00
parent 7c811e6617
commit 5082640c49

View File

@ -1,8 +1,12 @@
image: rust
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