Commit eddc8475 by nabil el mahiri

extend log limit

parent 404810c0
Pipeline #495 failed with stages
in 8 minutes 39 seconds
...@@ -103,7 +103,7 @@ RUN find ./node_modules -maxdepth 1 -name "pine*" -type d \( ! -name . \) -exec ...@@ -103,7 +103,7 @@ RUN find ./node_modules -maxdepth 1 -name "pine*" -type d \( ! -name . \) -exec
find ./node_modules -maxdepth 1 -name "theme-atlasvoyages*" -type d \( ! -name . \) -exec bash -c "cd '{}' && npm i --unsafe-perm=true && grunt build:dist" \; find ./node_modules -maxdepth 1 -name "theme-atlasvoyages*" -type d \( ! -name . \) -exec bash -c "cd '{}' && npm i --unsafe-perm=true && grunt build:dist" \;
RUN echo '\n' | grunt pine:setup RUN echo '\n' | grunt pine:setup
# RUN tree /atlasvoyages RUN tree /atlasvoyages/apps/atlas-voyages/
RUN grunt pine:copy RUN grunt pine:copy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment