mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
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:
committed by
GitHub
parent
f01c645305
commit
c2c5daf61a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user