ansible-collection-hetzner-.../Makefile

17 lines
252 B
Makefile
Raw Normal View History

SHELL := bash
.PHONY: vendor clean
vendor:
python3 scripts/vendor.py
venv:
python3 -m venv venv
venv/bin/pip install -r requirements.txt
lint: venv
venv/bin/pylint plugins
clean:
git clean -xdf \
-e tests/integration/cloud-config-hcloud.ini