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