From b357ecd467427700f42de901d9a93dd14886e008 Mon Sep 17 00:00:00 2001 From: Vlad <vladimir@parity.io> Date: Thu, 23 Jun 2022 17:54:15 +0300 Subject: [PATCH] Explain why `rusty-cachier` is put first (#11740) --- substrate/scripts/ci/gitlab/pipeline/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/substrate/scripts/ci/gitlab/pipeline/test.yml b/substrate/scripts/ci/gitlab/pipeline/test.yml index 0c3fd4d3379..cc167410f94 100644 --- a/substrate/scripts/ci/gitlab/pipeline/test.yml +++ b/substrate/scripts/ci/gitlab/pipeline/test.yml @@ -80,6 +80,7 @@ cargo-check-benches: - .test-refs - .collect-artifacts before_script: + # perform rusty-cachier operations before any further modifications to the git repo to make cargo feel cheated not so much - !reference [.rust-info-script, script] - !reference [.rusty-cachier, before_script] # merges in the master branch on PRs -- GitLab