concurrency:
limit: 1
This commit is contained in:
parent
d5d299a5cf
commit
e876942d77
@ -2,6 +2,8 @@
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: crowdin
|
||||
concurrency:
|
||||
limit: 1
|
||||
metadata:
|
||||
namespace: git
|
||||
steps:
|
||||
@ -38,6 +40,8 @@ volumes:
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: docker
|
||||
concurrency:
|
||||
limit: 1
|
||||
metadata:
|
||||
namespace: git
|
||||
steps:
|
||||
@ -67,6 +71,8 @@ volumes:
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: test-lint
|
||||
concurrency:
|
||||
limit: 1
|
||||
metadata:
|
||||
namespace: git
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user