nix: add cleaning up status-go sources
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
5b1e0b3bdf
commit
47eb863a3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue