Skip to content

Commit

Permalink
tweak push script
Browse files Browse the repository at this point in the history
  • Loading branch information
drpebcak committed Mar 10, 2020
1 parent 636e631 commit 9630302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ setup_git() {
}

commit_website_files() {
git checkout master
git checkout -b master
git add repo/index.yaml
git commit --message "Update index [skip ci]"
}

upload_files() {
git remote add remote https://${GITHUB_TOKEN}@github.com/FusionAuth/charts.git >/dev/null 2>&1
git push --quiet remote master
git push --quiet --set-upstream remote master
}

setup_git
Expand Down

0 comments on commit 9630302

Please sign in to comment.