Skip to content

Commit

Permalink
Fix path to test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Sep 2, 2024
1 parent 0036509 commit 04b3f26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debuntu/all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ ENV HOME=/home/ci
RUN tar -xf pdi.tar.gz
RUN export VERBOSE=1 \
&& export MAKEFLAGS="-j1" \
&& bash pdi*/tools/build_scripts/build_and_run.sh
&& bash pdi*/bin/build_and_run_all_tests



Expand Down
2 changes: 1 addition & 1 deletion debuntu/mini/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ENV HOME=/home/ci
RUN tar -xf pdi.tar.gz
RUN export VERBOSE=1 \
&& export MAKEFLAGS="-j1" \
&& bash pdi*/tools/build_scripts/build_and_run.sh
&& bash pdi*/bin/build_and_run_all_tests



Expand Down
2 changes: 1 addition & 1 deletion spack/7-finalize/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ FROM main AS test
RUN curl --output pdi.tar.gz -L https://github.com/pdidev/pdi/archive/refs/heads/main.tar.gz
RUN tar -xf pdi.tar.gz
RUN export VERBOSE=1 \
&& bash pdi*/tools/build_scripts/build_and_run.sh
&& bash pdi*/bin/build_and_run_all_tests



Expand Down

0 comments on commit 04b3f26

Please sign in to comment.