From 037569e71c3cdd3ce16a33a07a74e495e4096a39 Mon Sep 17 00:00:00 2001 From: marco-ippolito Date: Wed, 13 Mar 2024 09:40:09 +0100 Subject: [PATCH] tools: remove gyp-next .github folder --- tools/dep_updaters/update-gyp-next.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/dep_updaters/update-gyp-next.sh b/tools/dep_updaters/update-gyp-next.sh index 6fdb7d41774bd6..731e91f3234d31 100755 --- a/tools/dep_updaters/update-gyp-next.sh +++ b/tools/dep_updaters/update-gyp-next.sh @@ -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/"