ci: nuke vendors in cleanup stage

This commit is contained in:
Siddarth Kumar
2025-08-14 12:19:07 -04:00
committed by Jonathan Rainville
parent a324f22004
commit d2af110293
+3 -5
View File
@@ -1,8 +1,6 @@
#!/usr/bin/env bash
# Extracted from Makefile to avoid nimbus-build-system blocking use.
git clean -qfdx
git submodule foreach --recursive git reset -q --hard
git submodule foreach --recursive git clean -qfdx
# to get rid of lingering DOtherSide
git clean -xdf vendor
git clean -xdf mobile/vendor
# nuke vendor, they're regenerated anyways
rm -rf vendor
rm -rf mobile/vendors