From a04f5f61466eee3bcde85d33964f74364593bcea Mon Sep 17 00:00:00 2001 From: Jakob Dalsgaard Date: Sat, 3 Oct 2020 10:52:13 +0200 Subject: [PATCH] no image, no docker, plain shell --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 369137e..434d918 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ stages: rust-latest: stage: build - image: rust:latest script: - rm .cargo/config - cargo build --verbose