Switching to using the main default branch (#1628)

* Switching to using the main default branch

* changing links to main branch, not master branch

* Changing a few links to relative

* Bumping chart version

Co-authored-by: Marwan Sulaiman <marwan.sameer@gmail.com>
This commit is contained in:
Aaron Schlesinger
2020-06-15 13:44:37 -07:00
committed by GitHub
parent f01c645305
commit c2c5daf61a
25 changed files with 50 additions and 54 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
# before a pull request can be merged.
set -xeuo pipefail
git remote set-branches --add origin master && git fetch
ChangedFiles=`git diff --name-only origin/master`
git remote set-branches --add origin main && git fetch
ChangedFiles=`git diff --name-only origin/main`
# in the case that ChangedFiles contains go.mod or go.sum run go mod verify
case "$ChangedFiles" in