Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
clean up dockerfile test references
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Smith committed Feb 20, 2020
1 parent b9f1d4b commit 97e40bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 73 deletions.
5 changes: 1 addition & 4 deletions test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test.help:

test: test.syntax test.playbooks

test.syntax: test.syntax.yml test.syntax.json test.syntax.dockerfiles
test.syntax: test.syntax.yml test.syntax.json

test.syntax.yml: $(patsubst %,test.syntax.yml/%,$(yml_files))

Expand All @@ -27,9 +27,6 @@ test.syntax.json: $(patsubst %,test.syntax.json/%,$(json_files))
test.syntax.json/%:
jsonlint -v $*

test.syntax.dockerfiles:
python util/check_dockerfile_coverage.py "$(images)"

test.playbooks:
tests/test_playbooks.sh

Expand Down
69 changes: 0 additions & 69 deletions util/check_dockerfile_coverage.py

This file was deleted.

0 comments on commit 97e40bd

Please sign in to comment.