From abbfb48b48082cc48ec44bca03c5059a4e4979b2 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 16 Oct 2021 20:09:54 -0700 Subject: [PATCH] * Fixing image to use to default with rust nightly --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a98173a..c8fa3e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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