Fix testenv build

This commit is contained in:
Fedor Korotkiy 2020-01-31 22:48:08 +03:00
parent bd14c414c6
commit 1909d16951

View file

@ -1,7 +1,7 @@
FROM eu.gcr.io/shad-ts/grader/go-build:latest
RUN go install gitlab.com/slon/shad-go/tools/testtool
COPY . /opt/shad
RUN find /opt/shad/private -name '*.cpp' -or -name '*.h' | xargs chmod o-rwx
RUN cd /opt/shad && go install gitlab.com/slon/shad-go/tools/testtool
RUN find /opt/shad | xargs chmod o-rwx