Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
new runner
  • Loading branch information
alvicsam committed Feb 7, 2023
commit 5d4e7ee1ebb5a51e4e98a3100afc187542f3f1af
5 changes: 1 addition & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ workflow:
- cargo +nightly --version
- cargo spellcheck --version
- bash --version
- sccache -s

.test-refs: &test-refs
rules:
Expand All @@ -76,11 +75,9 @@ workflow:
image: "${CI_IMAGE}"
before_script:
- *rust-info-script
- ./scripts/ci/pre_cache.sh
- sccache -s
interruptible: true
tags:
- linux-docker
- linux-docker-vm-c2

.kubernetes-env: &kubernetes-env
interruptible: true
Expand Down
28 changes: 0 additions & 28 deletions scripts/ci/pre_cache.sh

This file was deleted.