Skip to content

Commit

Permalink
update voedger dependance in bp3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Mar 24, 2024
1 parent f7222e3 commit c713a24
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/update-bp3-voedger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
go env -w GOSUMDB=off
echo "gh_event: $gh_event"
if [[ "$gh_event" == "push" ]]; then
echo "go get github.com/voegder/voedger"
go get github.com/voegder/voedger"
echo "go mod tidy"
go mod tidy
git config --local user.email $commit_email
git config --local user.name $commit_user
echo "commit and push new backine schemas"
git add .
git commit -m "voedger: $message"
git push
fi

0 comments on commit c713a24

Please sign in to comment.