Skip to content

Commit

Permalink
SM-CUSTOMER: Github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
kdavid76 committed May 20, 2024
1 parent 436383b commit 8d012e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release Charts

on:
push:
branches:
- master
#on:
# push:
# branches:
# - master

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaseHelm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: bash
working-directory: src
run: |
helm repo index ./temp --merge ../dest/index.yaml --url https://raw.githubusercontent.com/kdavid76/sm-customer/gh-pages/helm/
helm repo index ./helm --merge ../dest/index.yaml --url https://raw.githubusercontent.com/kdavid76/sm-customer/gh-pages/helm/
mkdir -p ../dest/helm
echo "Copying files..."
shopt -s extglob
Expand Down

0 comments on commit 8d012e1

Please sign in to comment.