concurrency:

limit: 1
This commit is contained in:
2023-05-15 11:57:18 +01:00
parent d5d299a5cf
commit e876942d77

View File

@ -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: