Remove bots sudo rm from Makefile
This commit is contained in:
parent
0e8f87a000
commit
819da4d495
1 changed files with 0 additions and 1 deletions
1
Makefile
1
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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue