Skip to content

Commit 09c5c3b

Browse files
authored
comment out overwriting tests with upstream
1 parent 839a12c commit 09c5c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ADD $SUBMISSION_SUBFOLDER /app
3131

3232
# Overwrite files in student fork with upstream files
3333
ADD test.sh /app
34-
ADD tests /app/tests
34+
# ADD tests /app/tests
3535

3636
# User defined requirements
37-
# RUN make init
37+
# RUN make init

0 commit comments

Comments
 (0)