Skip to content

Commit

Permalink
Drop some old and unused prereq test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Dec 19, 2024
1 parent 0d9d51a commit 0cc13f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ validate-prereq: ## verify pre-requisites
fi
@if [ ! -f /run/.containerenv ]; then\
echo "Checking prerequisites:";\
for t in $(EXECUTABLES); do if ! which $$t > /dev/null 2>&1; then echo "No $$t in PATH"; exit 1; fi; done;\
echo " Check for '$(EXECUTABLES)': OK";\
echo -n " Check for python-kubernetes: ";\
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;\
echo "OK";\
Expand Down

0 comments on commit 0cc13f6

Please sign in to comment.