From 819da4d4950e7e1fb1ef17eec322235062ad2bc8 Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Tue, 3 Nov 2020 15:01:25 -0500 Subject: [PATCH] Remove bots sudo rm from Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index da77f8e..46a0950 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,6 @@ check: $(NODE_MODULES_TEST) $(VM_IMAGE) test/common # must be from master, as only that has current and existing images; but testvm.py API is stable # support CI testing against a bots change bots: - sudo rm -rf bots git clone --quiet --reference-if-able $${XDG_CACHE_HOME:-$$HOME/.cache}/cockpit-project/bots https://github.com/cockpit-project/bots.git if [ -n "$$COCKPIT_BOTS_REF" ]; then git -C bots fetch --quiet --depth=1 origin "$$COCKPIT_BOTS_REF"; git -C bots checkout --quiet FETCH_HEAD; fi @echo "checked out bots/ ref $$(git -C bots rev-parse HEAD)"