Pass SKIP_VALIDATE env var

pull/824/head
Darren Shepherd 2019-09-19 18:46:50 -07:00
parent 59d3b4de63
commit f208c9a563
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN if [ "${ARCH}" == "amd64" ]; then \
fi
ENV DAPPER_RUN_ARGS --privileged -v k3s-cache:/go/src/github.com/rancher/k3s/.cache
ENV DAPPER_ENV REPO TAG DRONE_TAG IMAGE_NAME
ENV DAPPER_ENV REPO TAG DRONE_TAG IMAGE_NAME SKIP_VALIDATE
ENV DAPPER_SOURCE /go/src/github.com/rancher/k3s/
ENV DAPPER_OUTPUT ./bin ./dist ./build/out
ENV DAPPER_DOCKER_SOCKET true