Skip to content

Commit

Permalink
Re-add VOLUME_MOUNTS, remove CLEAN var
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <[email protected]>
  • Loading branch information
seemethere committed Jul 16, 2019
1 parent bce2e19 commit 6ba1e38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
TEST_IMAGE?=ubuntu:18.04
VERSION?=
CHANNEL?=

VOLUME_MOUNTS=-v "$(CURDIR)":/v
SHELLCHECK_EXCLUSIONS=$(addprefix -e, SC1091 SC1117 SC2188)
SHELLCHECK=docker run --rm -v "$(CURDIR)":/v -w /v koalaman/shellcheck $(SHELLCHECK_EXCLUSIONS)
CLEAN := *~

ENVSUBST_VARS=LOAD_SCRIPT_COMMIT_SHA HTML

Expand Down

0 comments on commit 6ba1e38

Please sign in to comment.