From 32cb0a14794d3a00ec2cb63789dce8127e4b6cfb Mon Sep 17 00:00:00 2001 From: 0x4A6F <0x4A6F@users.noreply.github.com> Date: Fri, 1 Jan 2021 12:44:57 +0000 Subject: [PATCH] ci/nur-search: run make clean public should be rebuild from a clean state when packages.json are changed, thus removing obsolete repos. --- ci/update-nur-search.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/update-nur-search.sh b/ci/update-nur-search.sh index ebe3e5f7a..c5b5e4d66 100755 --- a/ci/update-nur-search.sh +++ b/ci/update-nur-search.sh @@ -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