Limit Drone CI pipeline concurrency to 1
This commit is contained in:
parent
30e6a0bf06
commit
3ef2df63b9
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: frontend
|
name: frontend
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
limit: 1
|
||||||
|
|
||||||
timeout: 20
|
timeout: 20
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
|
@ -33,6 +36,9 @@ kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: api
|
name: api
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
limit: 1
|
||||||
|
|
||||||
timeout: 20
|
timeout: 20
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue