testenv.docker: fix testtool build command

This commit is contained in:
verytable 2020-02-13 01:34:42 +03:00
parent 8290d1179c
commit 735f5163b4

View file

@ -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