We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9d51a commit 0cc13f6Copy full SHA for 0cc13f6
1 file changed
Makefile
@@ -173,8 +173,6 @@ validate-prereq: ## verify pre-requisites
173
fi
174
@if [ ! -f /run/.containerenv ]; then\
175
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";\
178
echo -n " Check for python-kubernetes: ";\
179
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;\
180
echo "OK";\
0 commit comments