Fix testenv build
This commit is contained in:
parent
bd14c414c6
commit
1909d16951
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue