Browse Source

only run 1 ci task at a time

pbs
jake 4 years ago
parent
commit
8cddd1a1f1
  1. 3
      .drone.yml

3
.drone.yml

@ -3,6 +3,9 @@ kind: pipeline
type: docker
name: test elseware
concurrency:
limit: 1
steps:
- name: cargo build
image: rustlang/rust:nightly

Loading…
Cancel
Save