Commit bec767ca by nabil el mahiri

extend log limit

parent eddc8475
Pipeline #496 canceled with stages
in 4 minutes 28 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/apps/atlas-voyages/ RUN tree /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