main haaraan valmis
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 19s
unit-tests Bats test report
CI Feature / Bats tests (push) Successful in 2m41s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 2m50s
CI Feature / Report Summary (push) Successful in 11s
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 19s
unit-tests Bats test report
CI Feature / Bats tests (push) Successful in 2m41s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 2m50s
CI Feature / Report Summary (push) Successful in 11s
This commit is contained in:
@@ -3,7 +3,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- feature/gitops
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -53,7 +52,7 @@ jobs:
|
|||||||
docker-gitops:
|
docker-gitops:
|
||||||
name: GitOps
|
name: GitOps
|
||||||
needs: [docker-build-push]
|
needs: [docker-build-push]
|
||||||
uses: niko/gitea-ci-library/.gitea/workflows/gitops-dispatch.yml
|
uses: niko/gitea-ci-library/.gitea/workflows/gitops-dispatch.yml@main
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
env_json: ${{ needs.load-config.outputs.env_json }}
|
env_json: ${{ needs.load-config.outputs.env_json }}
|
||||||
|
|||||||
Reference in New Issue
Block a user