Skip to content

Commit

Permalink
minor step improvement for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFarley committed Oct 25, 2022
1 parent 72ce208 commit 000afbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/farley-publish-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ aws s3 cp s3://devops-nirvana/helm-charts/index.yaml ./index.yaml
cat index.yaml | \
gsed "s/s3:/https:/g" | \
gsed "s|devops-nirvana/helm-charts|devops-nirvana.s3.amazonaws.com/helm-charts|g" > indexnew.yaml
diff index.yaml indexnew.yaml
mv -f indexnew.yaml index.yaml
aws s3 cp ./index.yaml s3://devops-nirvana/helm-charts/ --metadata-directive REPLACE --cache-control max-age=0,no-cache,no-store,must-revalidate --acl public-read --content-type 'text/plain'
rm -f index.yaml
Expand Down

0 comments on commit 000afbc

Please sign in to comment.