mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 15:11:20 +00:00
ci: nuke vendors in cleanup stage
This commit is contained in:
committed by
Jonathan Rainville
parent
a324f22004
commit
d2af110293
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user