Skip to content

Commit

Permalink
quotes 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey committed Mar 27, 2024
1 parent f877751 commit 1c8cf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ RUN \
&& make install -j$(nproc) \
&& if [ "${PACKAGE}" = "ON" ]; then make package; fi \
&& if [ "${PACKAGE}" = "VIEWER" ]; then make package-Open3DViewer-deb; fi \
&& if [ "${CI:-}a" != "a" ]; then ls | grep -Ev '^bin$\|^lib$' | xargs rm -rf ; fi
&& if [ "${CI:-}a" != "a" ]; then ls | grep -Ev '^bin$|^lib$|^package' | xargs rm -rf ; fi
# If CI is not null or unset, remove all build folders except bin and lib to save disk space

# Compress ccache folder, move to / directory
Expand Down

0 comments on commit 1c8cf69

Please sign in to comment.