summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2020-05-09 14:23:34 -0400
committerDave Henderson <dhenderson@gmail.com>2020-05-09 14:23:34 -0400
commit4823bdce29d0567826ebab7af80a98f02220dd01 (patch)
tree6df95195002fec593091685d6b8e48c3c0ddebfd /Dockerfile.integration
parentd5dfc8b18c3ff78c72463c019fa8d7ac852c94f5 (diff)
Move integration tests to internal package
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Dockerfile.integration')
-rw-r--r--Dockerfile.integration2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.integration b/Dockerfile.integration
index 58446197..193019a0 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -10,7 +10,7 @@ COPY --from=consul /bin/consul /bin/consul
RUN apk add --no-cache make tzdata
WORKDIR /go/src/github.com/hairyhenderson/gomplate/
-COPY tests/integration ./tests/integration
+COPY internal/tests/integration ./internal/tests/integration
COPY Makefile ./Makefile
COPY bin/gomplate_linux-amd64 ./bin/gomplate