Skip to content

Commit

Permalink
baseline schemas for pb3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Mar 17, 2024
1 parent 5d03d2e commit c28a9bf
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions scripts/rebuild-test-bp3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@ git clone https://github.com/untillpro/airs-bp3
# go to airs-bp3 repo folder
cd airs-bp3

if [[ "$schemas" == "rebuild" ]]; then
go build -o airs-bp airsbp3/cli/*.go
./airs-bp baseline_schemas airsbp3/baseline_schemas
git config --local user.email $commit_email
git config --local user.name $commit_user
git add .
git commit -m "baseline schemas update"
git push
exit 0
fi

go env -w GOSUMDB=off
echo "gh_event: $gh_event"
if [[ "$gh_event" == "push" ]]; then
Expand Down

0 comments on commit c28a9bf

Please sign in to comment.