Skip to content

Commit

Permalink
ci: combine DAPPER_OUTPUT
Browse files Browse the repository at this point in the history
Signed-off-by: PoAn Yang <[email protected]>
  • Loading branch information
FrankYang0529 authored and David Ko committed Dec 28, 2023
1 parent 7ea91cb commit 5ac6eec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV PROTOBUF_VER=3.18.0
ENV PATH /go/bin:$PATH
ENV DAPPER_DOCKER_SOCKET true
ENV DAPPER_ENV TAG REPO DRONE_REPO DRONE_PULL_REQUEST DRONE_COMMIT_REF
ENV DAPPER_OUTPUT bin coverage.out
ENV DAPPER_OUTPUT bin coverage.out ./integration/rpc/controller ./integration/rpc/replica ./proto
ENV DAPPER_RUN_ARGS --privileged --tmpfs /go/src/github.com/longhorn/longhorn-engine/integration/.venv:exec --tmpfs /go/src/github.com/longhorn/longhorn-engine/integration/.tox:exec -v /dev:/host/dev -v /proc:/host/proc
ENV DAPPER_SOURCE /go/src/github.com/longhorn/longhorn-engine
WORKDIR ${DAPPER_SOURCE}
Expand Down Expand Up @@ -141,6 +141,5 @@ RUN cd /go/src/github.com/longhorn && \

VOLUME /tmp
ENV TMPDIR /tmp
ENV DAPPER_OUTPUT ./integration/rpc/controller ./integration/rpc/replica ./proto
ENTRYPOINT ["./scripts/entry"]
CMD ["ci"]

0 comments on commit 5ac6eec

Please sign in to comment.