From 03279b2a807d4b1184a9e8d34b9de5a21c68e02e Mon Sep 17 00:00:00 2001 From: Julian Hofer Date: Mon, 1 Feb 2021 21:07:46 +0000 Subject: [PATCH] Remove static resources file from .gitlab-ci.yml It does not exist anymore --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ea6fda..1e5dc62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,6 @@ rustfmt: script: - rustup component add rustfmt - echo -e "" >> src/config.rs - - echo -e "" >> src/static_resources.rs - rustc -Vv && cargo -Vv - cargo fmt --version - cargo fmt --all -- --color=always --check