Skip to content

Commit

Permalink
Fix move of tutorial dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Jan 29, 2025
1 parent 87dd5ea commit 7e9df13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion debuntu/all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ ENV HOME=/home/ci
RUN tar -xf pdi.tar.gz
RUN rmdir pdi-*/tutorial
RUN tar -xf pdi-tutorial.tar.gz
RUN mv tutorial-* pdi-*/tutorial
RUN cd pdi-* \
&& mv ../tutorial-* tutorial
RUN export VERBOSE=1 \
&& export MAKEFLAGS="-j1" \
&& bash pdi*/bin/build_and_run_all_tests
Expand Down
3 changes: 2 additions & 1 deletion debuntu/mini/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ ENV HOME=/home/ci
RUN tar -xf pdi.tar.gz
RUN rmdir pdi-*/tutorial
RUN tar -xf pdi-tutorial.tar.gz
RUN mv tutorial-* pdi-*/tutorial
RUN cd pdi-* \
&& mv ../tutorial-* tutorial
RUN export VERBOSE=1 \
&& export MAKEFLAGS="-j1" \
&& bash pdi*/bin/build_and_run_all_tests
Expand Down

0 comments on commit 7e9df13

Please sign in to comment.