From 47eb863a3c81defcb08191b379e6b9eaa3d47543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 7 Apr 2020 17:50:36 +0200 Subject: [PATCH] nix: add cleaning up status-go sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- nix/scripts/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/scripts/clean.sh b/nix/scripts/clean.sh index 2948d43b39..9a087fcc0d 100755 --- a/nix/scripts/clean.sh +++ b/nix/scripts/clean.sh @@ -89,7 +89,7 @@ if [[ -n "${nixResultPath}" ]]; then toDelete=$(findByResult "${nixResultPath}") else # use regular expression that should match all status-react build artifacts - toDelete=$(findByRegex '.*-status-react-(shell|source|build|patched-npm-gradle-modules).*') + toDelete=$(findByRegex '.*-status-(react|go)-(shell|source|build|patched-npm-gradle-modules).*') fi # remove duplicates and return