From 5082640c492003e9ede99b9b3e546487901f243b Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 16 Oct 2021 19:56:37 -0700 Subject: [PATCH] * Forgot to specify build stage and docker image --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0d4178..a98173a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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