ci/nur-search: run make clean
public should be rebuild from a clean state when packages.json are changed, thus removing obsolete repos.
This commit is contained in:
parent
82a4f52a0e
commit
32cb0a1479
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ if [[ ! -z "$(git diff --exit-code)" ]]; then
|
|||
git commit -m "automatic update package.json"
|
||||
git pull --rebase origin master
|
||||
git push origin master
|
||||
nix-shell --run "make && make publish"
|
||||
nix-shell --run "make clean && make && make publish"
|
||||
else
|
||||
echo "nothings changed will not commit anything"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue