summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2020-01-15 18:00:41 -0500
committerDave Henderson <dhenderson@gmail.com>2020-01-15 18:49:57 -0500
commit2fbcfc68d2b8f948053f02f73f6e01a7fb7724cb (patch)
treebcd62b43da4040fd4d589bbe044fb1b42979e716 /Dockerfile.integration
parent42bfed36830e6682612f05f67c6543c2613f8e59 (diff)
Removing vendor/ folder
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Dockerfile.integration')
-rw-r--r--Dockerfile.integration1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile.integration b/Dockerfile.integration
index 1e8565e8..421581d7 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -10,7 +10,6 @@ COPY --from=consul /bin/consul /bin/consul
RUN apk add --no-cache make tzdata
WORKDIR /go/src/github.com/hairyhenderson/gomplate/
-COPY vendor ./vendor
COPY tests/integration ./tests/integration
COPY Makefile ./Makefile
COPY bin/gomplate_linux-amd64 ./bin/gomplate