Skip to content

Commit

Permalink
Update releaseHelm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdavid76 authored May 20, 2024
1 parent 47de1fa commit ac62c74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/releaseHelm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
shell: bash
working-directory: src
run: |
helm repo index ./helm --merge ../dest/index.yaml --url https://raw.githubusercontent.com/kdavid76/sm-customer/gh-pages/charts/
mkdir -p ../dest/helm
helm repo index ./charts --merge ../dest/index.yaml --url https://raw.githubusercontent.com/kdavid76/sm-customer/gh-pages/charts/
mkdir -p ../dest/charts
echo "Copying files..."
shopt -s extglob
mkdir -p ./helm/
echo "n" | cp -pr ./temp/!(index.yaml) ../dest/helm/
echo "n" | cp -pr ./temp/!(index.yaml) ./helm/
mkdir -p ./charts/
echo "n" | cp -pr ./temp/!(index.yaml) ../dest/charts/
echo "n" | cp -pr ./temp/!(index.yaml) ./charts/
echo "n" | cp -pr ./temp/index.yaml ../dest/
echo "y" | rm -rf ./temp/*
git config user.name "helm"
Expand Down

0 comments on commit ac62c74

Please sign in to comment.