Skip to content

Commit

Permalink
helm working
Browse files Browse the repository at this point in the history
  • Loading branch information
f2calv committed Oct 14, 2023
1 parent d7c2973 commit 38671a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:

- name: set vars (3 of 3) #pulls helm version from devcontainer
run: |
# sudo apt-get update
# sudo apt-get install -y node-json5
#npm install json5
npm install --global json5
json5 -c .devcontainer/devcontainer.json
HELM_VERSION_TO_INSTALL=$(cat .devcontainer/devcontainer.json | jq -r '.features[] | select(.helm | . != null).helm')
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ on:
types: [opened, synchronize, reopened]

jobs:
chart2:
uses: ./.github/workflows/build-chart.yml
#if: github.ref == 'refs/heads/main'
with:
semVer: 1.2.3

versioning:
uses: ./.github/workflows/versioning.yml

Expand All @@ -43,7 +37,7 @@ jobs:
chart:
uses: ./.github/workflows/build-chart.yml
needs: [versioning, app, image]
#if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
with:
semVer: ${{ needs.versioning.outputs.semVer }}

Expand Down

0 comments on commit 38671a9

Please sign in to comment.