Fix openclassroom path
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Without trailing `/` wget seems to download everything beneath `courses/Compilers` instead of `courses/Compilers/docs`.
This commit is contained in:
parent
d4a9420bc7
commit
a462235481
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ RUN mkdir -p /usr/class/handouts/cs143 \
|
|||
# see also: http://openclassroom.stanford.edu/MainFolder/CoursePage.php?course=Compilers
|
||||
RUN mkdir -p /usr/class/handouts/openclassroom \
|
||||
&& cd /usr/class/handouts/openclassroom \
|
||||
&& wget -np -m http://openclassroom.stanford.edu/MainFolder/courses/Compilers/docs \
|
||||
&& wget -np -m http://openclassroom.stanford.edu/MainFolder/courses/Compilers/docs/ \
|
||||
&& mv openclassroom.stanford.edu/MainFolder/courses/Compilers/docs/* . && rm -fR openclassroom.stanford.edu
|
||||
|
||||
# Patch tar arguments in submission scripts
|
||||
|
|
Loading…
Reference in a new issue