nix: add cleaning up status-go sources

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-04-07 17:50:36 +02:00
parent 5b1e0b3bdf
commit 47eb863a3c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -89,7 +89,7 @@ if [[ -n "${nixResultPath}" ]]; then
toDelete=$(findByResult "${nixResultPath}") toDelete=$(findByResult "${nixResultPath}")
else else
# use regular expression that should match all status-react build artifacts # 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 fi
# remove duplicates and return # remove duplicates and return