Skip to content

Commit

Permalink
fix bp3 update script
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Apr 17, 2024
1 parent 9942d14 commit 24ed383
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/update-bp3-voedger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,4 @@ if [[ "$gh_event" == "workflow_dispatch" || "$gh_event" == "schedule" ]]; then
go get github.com/voedger/voedger
go mod tidy

git config --local user.email $commit_email
git config --local user.name $commit_user
git add .
git commit -m "voedger: $last_commit"
git push
fi

0 comments on commit 24ed383

Please sign in to comment.