Skip to content

Commit

Permalink
use updated PDI version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Jun 17, 2024
1 parent d1ba932 commit a85f080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debuntu/mini/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ USER ci:ci
WORKDIR /home/ci
ENV HOME /home/ci

RUN curl --output pdi-master.tar.bz2 https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/archive/master/pdi-master.tar.bz2
RUN tar -xf pdi-master.tar.bz2
RUN curl --output pdi-master.tar.bz2 https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/archive/master/pdi-builderv3.tar.bz2
RUN tar -xf pdi-*.tar.bz2
RUN export VERBOSE=1 \
&& export MAKEFLAGS="-j1" \
&& bash pdi-master/tools/build_scripts/build_and_run.sh
&& bash pdi-*/tools/build_scripts/build_and_run.sh



Expand Down

0 comments on commit a85f080

Please sign in to comment.