Skip to content

Commit

Permalink
extra task on RC
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Feb 26, 2024
1 parent 6b55569 commit 3a5ccc6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/rebuild-test-bp3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ 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 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 Expand Up @@ -51,3 +60,4 @@ else
echo "Push new version of $reponame to git"
fi
fi

0 comments on commit 3a5ccc6

Please sign in to comment.