Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Sep 10, 2024
1 parent 6a91f27 commit 52fb8b0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/pr-bb-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ jobs:
then
echo Byte Buddy tag was updated
tag=$(cat byte-buddy-tag)
# rm agent/libs/byte-buddy*
# git clone https://github.com/raphw/byte-buddy.git
# cp bb.patch byte-buddy
# cd byte-buddy
# git checkout $tag
# git apply bb.patch
# mvn clean package -Pextras -Dskiptests -q -B
# 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
# perl -pi -e "s|libs/byte-buddy-.+jar|libs/$tag.jar|" agent/build.gradle
#rm agent/libs/byte-buddy*
#git clone https://github.com/raphw/byte-buddy.git
#cp bb.patch byte-buddy
#cd byte-buddy
#git checkout $tag
#git apply bb.patch
#mvn clean package -Pextras -Dskiptests -q -B
#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
#perl -pi -e "s|libs/byte-buddy-.+jar|libs/$tag.jar|" agent/build.gradle
echo updated byte buddy and reference
# git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
# echo set origin url to https://github.com/$GITHUB_REPOSITORY
# git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
# echo set origin url to https://github.com/$GITHUB_REPOSITORY
git fetch
git checkout "${GITHUB_HEAD_REF}"
git add agent/libs agent/build.gradle
Expand Down

0 comments on commit 52fb8b0

Please sign in to comment.