Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tools: remove gyp-next .github folder
  • Loading branch information
marco-ippolito committed Mar 13, 2024
commit 037569e71c3cdd3ce16a33a07a74e495e4096a39
2 changes: 2 additions & 0 deletions tools/dep_updaters/update-gyp-next.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ rm "$GYP_NEXT_TARBALL"

mv "gyp-next-$NEW_VERSION" gyp

rm -rf "$WORKSPACE/gyp/.github"

rm -rf "$BASE_DIR/tools/gyp"

mv "$WORKSPACE/gyp" "$BASE_DIR/tools/"
Expand Down