mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:04:32 +07:00
chore: cleanup lint targets
Let CI pipeline do it
This commit is contained in:
parent
9cbcf7721f
commit
9e59f1ad81
4
Makefile
4
Makefile
@ -24,10 +24,6 @@ tools:
|
|||||||
docs:
|
docs:
|
||||||
make -C docs
|
make -C docs
|
||||||
|
|
||||||
lint:
|
|
||||||
# TODO (feature) Add lint checks for everything
|
|
||||||
make -C metal lint
|
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
make -C metal cluster env=dev
|
make -C metal cluster env=dev
|
||||||
make -C bootstrap
|
make -C bootstrap
|
||||||
|
@ -22,8 +22,5 @@ shutdown:
|
|||||||
--inventory inventories/${env}.ini \
|
--inventory inventories/${env}.ini \
|
||||||
shutdown.yml
|
shutdown.yml
|
||||||
|
|
||||||
lint:
|
|
||||||
ansible-lint --project-dir .
|
|
||||||
|
|
||||||
vagrant:
|
vagrant:
|
||||||
vagrant up
|
vagrant up
|
||||||
|
@ -11,7 +11,6 @@ RUN pacman --sync --refresh --noconfirm \
|
|||||||
|
|
||||||
RUN yes | pacman --sync --refresh \
|
RUN yes | pacman --sync --refresh \
|
||||||
ansible \
|
ansible \
|
||||||
ansible-lint \
|
|
||||||
argocd \
|
argocd \
|
||||||
diffutils \
|
diffutils \
|
||||||
docker \
|
docker \
|
||||||
|
Loading…
Reference in New Issue
Block a user