Skip to content

Commit

Permalink
update tag. Quiet maven. Not sure what went wrong last time...
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Sep 10, 2024
1 parent 1945759 commit 1a8d919
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr-bb-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,17 @@ jobs:
cd byte-buddy
git checkout $tag
git apply bb.patch
mvn clean package -Pextras -Dskiptests
mvn clean package -Pextras -Dskiptests -q
echo Build succeeded
mv ./byte-buddy/target/$tag.jar ../agent/libs
mv ./byte-buddy/target/$tag-sources.jar ../agent/libs
cd ..
rm -rf byte-buddy
sed -i "s|libs/byte-buddy-.+jar|libs/$tag.jar|"
echo updated byte buddy and reference
git add agent/libs
git config --global user.name "GitHub Actions"
git config --global user.email "github_actions_bot@kamon.io"
git add agent/libs
git commit -m "rebuilt byte buddy"
git push
fi

0 comments on commit 1a8d919

Please # to comment.