clean
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 25s
unit-tests Bats test report
CI Feature / Bats tests (push) Successful in 1m36s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 1m46s
CI Feature / Report Summary (push) Successful in 5s
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 25s
unit-tests Bats test report
CI Feature / Bats tests (push) Successful in 1m36s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 1m46s
CI Feature / Report Summary (push) Successful in 5s
This commit is contained in:
@@ -7,14 +7,14 @@ on:
|
||||
|
||||
jobs:
|
||||
load-config:
|
||||
name: Load example-gitea-env.conf to pipeline env
|
||||
name: Config load
|
||||
uses: niko/gitea-ci-library/.gitea/workflows/config-provider.yml@main
|
||||
secrets: inherit
|
||||
with:
|
||||
config_path: .gitea/workflows/example-gitea-env.conf
|
||||
|
||||
check-version:
|
||||
name: Check existing artifact
|
||||
name: Latest versio
|
||||
needs: [load-config]
|
||||
uses: niko/gitea-ci-library/.gitea/workflows/check-version.yml@main
|
||||
secrets: inherit
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
docker-gitops:
|
||||
name: GitOps
|
||||
needs: [docker-build-push]
|
||||
needs: [docker-build-push, load-config, check-version]
|
||||
uses: niko/gitea-ci-library/.gitea/workflows/gitops-dispatch.yml@main
|
||||
secrets: inherit
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user