1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

move all the helm CI to the release pipeline

This commit is contained in:
Martin McKeaveney 2021-08-19 07:53:17 +01:00
parent 8e52af55d5
commit a5357af208
2 changed files with 11 additions and 13 deletions

View file

@ -42,16 +42,3 @@ jobs:
name: codecov-umbrella
verbose: true
- run: yarn test:e2e:ci
- uses: azure/setup-helm@v1
id: install
- run: yarn release:helm
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
with:
charts_dir: docs
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

View file

@ -51,3 +51,14 @@ jobs:
DOCKER_USER: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_API_KEY }}
- uses: azure/setup-helm@v1
id: install
- run: yarn release:helm
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
with:
charts_dir: docs
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"