Added staging behavior to the pipeline

This commit is contained in:
2026-03-08 12:38:57 +02:00
parent 3e590eed2c
commit 3f754b3614

View File

@@ -1,7 +1,7 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: build and test name: build
clone: clone:
disable: true disable: true
@@ -37,6 +37,8 @@ x-docker-auth: &docker-auth
kind: pipeline kind: pipeline
type: docker type: docker
name: package name: package
depends_on:
- build
clone: clone:
disable: true disable: true
@@ -71,6 +73,8 @@ steps:
kind: pipeline kind: pipeline
type: docker type: docker
name: deploy name: deploy
depends_on:
- package
clone: clone:
disable: true disable: true