Skip to content

Commit 0cc13f6

Browse files
committed
Drop some old and unused prereq test
1 parent 0d9d51a commit 0cc13f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ validate-prereq: ## verify pre-requisites
173173
fi
174174
@if [ ! -f /run/.containerenv ]; then\
175175
echo "Checking prerequisites:";\
176-
for t in $(EXECUTABLES); do if ! which $$t > /dev/null 2>&1; then echo "No $$t in PATH"; exit 1; fi; done;\
177-
echo " Check for '$(EXECUTABLES)': OK";\
178176
echo -n " Check for python-kubernetes: ";\
179177
if ! ansible -m ansible.builtin.command -a "{{ ansible_python_interpreter }} -c 'import kubernetes'" localhost > /dev/null 2>&1; then echo "Not found"; exit 1; fi;\
180178
echo "OK";\

0 commit comments

Comments
 (0)