concurrency
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-07-16 12:21:28 +01:00
parent 596a343352
commit 1dd08d6d06
1 changed files with 17 additions and 2 deletions

View File

@ -1,9 +1,24 @@
---
kind: pipeline
name: default
concurrency:
limit: 1
steps:
- name: test
image: alpine
commands:
- echo "hello drone!!"
- sleep 120
- echo "default"
---
kind: pipeline
name: default-1
concurrency:
limit: 1
steps:
- name: test
image: alpine
commands:
- sleep 120
- echo "default-1"