Skip to content

Commit 4adbd14

Browse files
committed
delete env TEST_TMPDIR
1 parent b8ac45c commit 4adbd14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile-sdk

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ COPY *.cc *.h *.js *.proto Makefile* *.a /sdk/
66

77
RUN ./sdk_container.sh
88

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

0 commit comments

Comments
 (0)