You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Remove tests directory containing test private keys
185
-
RUN rm -r /opt/miniconda/pkgs/conda-content-trust-*/info/test/tests
188
+
# conda clean will clean this directory but just in case, it will check the directory existence and remove it
189
+
RUN if [ -d " /opt/miniconda/pkgs/conda-content-trust-*/info/test/tests" ]; then rm -rf "/opt/miniconda/pkgs/conda-content-trust-*/info/test/tests"; fi
0 commit comments