Skip to content

Commit

Permalink
Merge pull request #238 from deepmind/fix-utils-import
Browse files Browse the repository at this point in the history
Fix jinja2_filters utils import. Added lint run to test
  • Loading branch information
adrianchifor authored Mar 11, 2019
2 parents e90b13e + c7c926a commit 4f515cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ test:
docker build . --no-cache -t kapitan
@echo ----- Testing run of docker image -----
docker run -ti --rm kapitan --help
docker run -ti --rm kapitan lint
@echo ----- Testing build of docker ci image -----
cd ci
docker build . --no-cache -t kapitan-ci
@echo ----- Testing run of docker ci image -----
docker run -ti --rm kapitan-ci --help
docker run -ti --rm kapitan-ci lint
cd ..

.PHONY: test_coverage
Expand Down
2 changes: 1 addition & 1 deletion kapitan/inputs/jinja2_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from random import Random, shuffle

from kapitan.errors import CompileError
import kapitan.utils as utils
from kapitan import utils


def load_jinja2_filters(env):
Expand Down

0 comments on commit 4f515cb

Please sign in to comment.