From fc6f23565dee9c9da90637f6a3e9c9f374408b82 Mon Sep 17 00:00:00 2001 From: Imbris Date: Thu, 15 Apr 2021 20:35:46 -0400 Subject: [PATCH] where are things checked out --- .gitlab/CI/check.gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab/CI/check.gitlab-ci.yml b/.gitlab/CI/check.gitlab-ci.yml index 171f72dbc5..80dcceef3b 100644 --- a/.gitlab/CI/check.gitlab-ci.yml +++ b/.gitlab/CI/check.gitlab-ci.yml @@ -5,8 +5,12 @@ code-quality: script: - ln -s /dockercache/cache-all target - rm -r target/debug/incremental/veloren_* || echo "all good" # TMP FIX FOR 2021-03-22-nightly - - cargo clippy --all-targets --locked -- -D warnings - - cargo fmt --all -- --check + - pwd + - ls ./ + - ls /dockercache/veloren + - cat assets/voxygen/element/v_logo.png | head -n 3 + #- cargo clippy --all-targets --locked -- -D warnings + #- cargo fmt --all -- --check security: extends: .recompile-branch