Skip to content

Commit

Permalink
delete env TEST_TMPDIR
Browse files Browse the repository at this point in the history
Signed-off-by: Lei Chu <[email protected]>
  • Loading branch information
clarechu committed Jul 23, 2021
1 parent 99f4164 commit eee9572
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile-sdk
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ COPY *.cc *.h *.js *.proto Makefile* *.a /sdk/

RUN ./sdk_container.sh

ENV PATH="${PATH}:/usr/local/go/bin:/root/go/bin" \
TEST_TMPDIR=/tmp
ENV PATH="${PATH}:/usr/local/go/bin:/root/go/bin"

0 comments on commit eee9572

Please sign in to comment.