This commit is contained in:
Silver Ghost 2022-11-16 10:06:26 +03:00
parent 5e05bb5cd3
commit 420a961685
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ volumes:
---
kind: pipeline
type: docker
name: build
name: Build
steps:
- name: build
@ -66,7 +66,7 @@ trigger:
- master
depends_on:
- tests
- Tests
---
kind: pipeline
@ -94,7 +94,7 @@ trigger:
- master
depends_on:
- build
- Build
# ---
# kind: pipeline
# type: docker