mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
ci: Update CI
This commit is contained in:
parent
7798202759
commit
3a386aed12
2 changed files with 13 additions and 14 deletions
|
@ -88,11 +88,10 @@ jobs:
|
||||||
disable_globbing: true
|
disable_globbing: true
|
||||||
|
|
||||||
- name: Wait for deploy
|
- name: Wait for deploy
|
||||||
uses: jchen1/wait-for-green@v1.0.7
|
uses: fountainhead/action-wait-for-check@v1.0.0
|
||||||
if: ${{ steps.auto-commit.outputs.changes_detected }}
|
if: ${{ steps.auto-commit.outputs.changes_detected }}
|
||||||
id: wait-for-deploy
|
id: wait-for-deploy
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.get-app-token.outputs.token }}
|
token: ${{ steps.get-app-token.outputs.token }}
|
||||||
commit: ${{ steps.auto-commit.outputs.commit_hash }}
|
ref: ${{ steps.auto-commit.outputs.commit_hash }}
|
||||||
# Ignore the job we're running on lest we create an infinite loop
|
checkName: deploy
|
||||||
ignored_checks: 'wait-for-deploy'
|
|
||||||
|
|
20
.github/workflows/charts-release.yaml
vendored
20
.github/workflows/charts-release.yaml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
repoConfigFile: ./.ci/repo-config.yaml
|
repoConfigFile: ./.ci/repo-config.yaml
|
||||||
overrideCharts: "[${{ inputs.charts }}]"
|
overrideCharts: "[${{ inputs.charts }}]"
|
||||||
|
|
||||||
release-gh-pages-library:
|
release-library-charts:
|
||||||
name: Release Library charts to GitHub pages
|
name: Release Library charts to GitHub pages
|
||||||
uses: ./.github/workflows/charts-release-ghpages.yaml
|
uses: ./.github/workflows/charts-release-ghpages.yaml
|
||||||
needs:
|
needs:
|
||||||
|
@ -50,12 +50,12 @@ jobs:
|
||||||
charts: "${{ needs.prepare.outputs.libraryChartsToRelease }}"
|
charts: "${{ needs.prepare.outputs.libraryChartsToRelease }}"
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
# release-gh-pages:
|
release-application-charts:
|
||||||
# name: Release Application Charts to GitHub pages
|
name: Release Application charts to GitHub pages
|
||||||
# uses: ./.github/workflows/charts-release-ghpages.yaml
|
uses: ./.github/workflows/charts-release-ghpages.yaml
|
||||||
# needs:
|
needs:
|
||||||
# - prepare
|
- prepare
|
||||||
# - release-gh-pages-library
|
- release-library-charts
|
||||||
# with:
|
with:
|
||||||
# charts: "${{ needs.prepare.outputs.applicationChartsToRelease }}"
|
charts: "${{ needs.prepare.outputs.applicationChartsToRelease }}"
|
||||||
# secrets: inherit
|
secrets: inherit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue