Skip to content

Commit

Permalink
Remove copy of unused plugins directory (ava-labs#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph authored Jan 12, 2023
1 parent 14ed270 commit 7a6793a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-tgz-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ OK=`cp ./build/avalanchego $AVALANCHE_ROOT`
if [[ $OK -ne 0 ]]; then
exit $OK;
fi
OK=`cp -r ./build/plugins $AVALANCHE_ROOT`
if [[ $OK -ne 0 ]]; then
exit $OK;
fi


echo "Build tgz package..."
Expand Down

0 comments on commit 7a6793a

Please sign in to comment.