testenv.docker: fix testtool build command
This commit is contained in:
parent
8290d1179c
commit
735f5163b4
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ FROM eu.gcr.io/shad-ts/grader/go-build:latest
|
||||||
|
|
||||||
COPY . /opt/shad
|
COPY . /opt/shad
|
||||||
|
|
||||||
RUN cd /opt/shad && go install gitlab.com/slon/shad-go/tools/testtool/cmd/....
|
RUN cd /opt/shad && go install gitlab.com/slon/shad-go/tools/testtool/cmd/testtool
|
||||||
|
|
||||||
RUN find /opt/shad | xargs chmod o-rwx
|
RUN find /opt/shad | xargs chmod o-rwx
|
||||||
|
|
Loading…
Reference in a new issue