Remove static resources file from .gitlab-ci.yml

It does not exist anymore
This commit is contained in:
Julian Hofer 2021-02-01 21:07:46 +00:00
parent 92f0db5385
commit 03279b2a80

View file

@ -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