Skip to content

Commit

Permalink
fix(cicd): remove unused job
Browse files Browse the repository at this point in the history
Signed-off-by: WoodenMaiden <[email protected]>
  • Loading branch information
WoodenMaiden committed Apr 3, 2024
1 parent 869c904 commit f737dc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Empty file modified .github/actions/chart-releaser-action/cr.sh
100644 → 100755
Empty file.
9 changes: 5 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ on:
- v[0-9]+.[0-9]+.[0-9]+

jobs:
test_helm:
uses: ./.github/workflows/test_helm_chart.yaml

publish_helm:
needs: test_helm
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
- name: Run chart-releaser
uses: ./.github/actions/chart-releaser-action
env:
Expand Down
2 changes: 1 addition & 1 deletion agrold-javaweb/charts/agrold-javaweb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ maintainers:
url: https://yann-pomie.fr
- name: Pierre LARMANDE
url: https://sites.google.com/site/larmandepierre
name: tomcat
name: agrold
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/tomcat
- https://github.com/SouthGreenPlatform/AgroLD_webapp
Expand Down

0 comments on commit f737dc0

Please sign in to comment.