Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Fix filename bug in publish helm script
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsakala committed May 15, 2020
1 parent aecfd54 commit 0b16d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/publish-helm-repo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version=$ARTIFACT_VERSION
helm repo index --merge updated/index.yml helm/

cp -a helm/quarks-job*.tgz updated/
cp helm/index.yml updated/
cp helm/index.yaml updated/

pushd updated
git add .
Expand Down

0 comments on commit 0b16d55

Please sign in to comment.