Added staging behavior to the pipeline #44

Merged
khwezi merged 1 commits from test into main 2026-03-08 12:39:19 +02:00

View File

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