clean
CI Feature / Bats tests (push) Has been cancelled
CI Feature / Cucumber tests (push) Has been cancelled
CI Feature / Report Summary (push) Has been cancelled
CI Feature / Load example-gitea-env.conf to pipeline env (push) Has been cancelled
CI Main / Load example-gitea-env.conf to pipeline env (push) Successful in 21s
CI Main / Move provider version tag (push) Successful in 16s
CI Main / Check existing artifact (push) Successful in 19s
CI Main / Bats tests (push) Has been skipped
CI Main / Cucumber tests (push) Has been skipped
CI Main / Build & Push Docker (push) Has been skipped
CI Main / Update docker (push) Has been skipped
CI Main / Report Summary (push) Successful in 6s
CI Feature / Bats tests (push) Has been cancelled
CI Feature / Cucumber tests (push) Has been cancelled
CI Feature / Report Summary (push) Has been cancelled
CI Feature / Load example-gitea-env.conf to pipeline env (push) Has been cancelled
CI Main / Load example-gitea-env.conf to pipeline env (push) Successful in 21s
CI Main / Move provider version tag (push) Successful in 16s
CI Main / Check existing artifact (push) Successful in 19s
CI Main / Bats tests (push) Has been skipped
CI Main / Cucumber tests (push) Has been skipped
CI Main / Build & Push Docker (push) Has been skipped
CI Main / Update docker (push) Has been skipped
CI Main / Report Summary (push) Successful in 6s
This commit is contained in:
@@ -50,16 +50,6 @@ jobs:
|
|||||||
env_json: ${{ needs.load-config.outputs.env_json }}
|
env_json: ${{ needs.load-config.outputs.env_json }}
|
||||||
version: ${{ needs.check-version.outputs.version }}
|
version: ${{ needs.check-version.outputs.version }}
|
||||||
|
|
||||||
helm-build-push:
|
|
||||||
name: Build & Push Helm
|
|
||||||
needs: [load-config, check-version, bats, cucumber]
|
|
||||||
if: needs.check-version.outputs.artifact_exists != 'true'
|
|
||||||
uses: niko/gitea-ci-library/.gitea/workflows/helm-build-push.yml@main
|
|
||||||
secrets: inherit
|
|
||||||
with:
|
|
||||||
env_json: ${{ needs.load-config.outputs.env_json }}
|
|
||||||
version: ${{ needs.check-version.outputs.version }}
|
|
||||||
|
|
||||||
docker-gitops:
|
docker-gitops:
|
||||||
name: Update docker
|
name: Update docker
|
||||||
needs: [docker-build-push]
|
needs: [docker-build-push]
|
||||||
@@ -85,7 +75,7 @@ jobs:
|
|||||||
|
|
||||||
tag-maintenance:
|
tag-maintenance:
|
||||||
name: Move provider version tag
|
name: Move provider version tag
|
||||||
needs: [docker-build-push, helm-build-push]
|
needs: [ocker-gitops]
|
||||||
if: success()
|
if: success()
|
||||||
uses: niko/gitea-ci-library/.gitea/workflows/tag-maintenance.yml@main
|
uses: niko/gitea-ci-library/.gitea/workflows/tag-maintenance.yml@main
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
Reference in New Issue
Block a user