Browse Source

try removing incremental build files to see if it helps ci disk usage

pull/135/head
jake 6 months ago
committed by andy
parent
commit
ff2601a824
  1. 5
      .drone.yml

5
.drone.yml

@ -1,11 +1,14 @@
---
kind: pipeline
type: docker
name: test elseware
name: test elseware
concurrency:
limit: 1
environment:
CARGO_INCREMENTAL: false
steps:
- name: clean cache
image: rustlang/rust:nightly

Loading…
Cancel
Save