Skip to content

Commit d4d0102

Browse files
committed
Be more verbose
1 parent 61db62e commit d4d0102

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

dev/jenkins/install-python.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ renice --priority 19 --pid $$
1010
MINICONDA=Miniconda3-py39_23.3.1-0-Linux-x86_64.sh
1111

1212
# Clean up prior runs
13-
rm -fv $MINICONDA
14-
rm -fr $WORKSPACE/sfw/Miniconda
13+
(
14+
set -x
15+
rm -fv $MINICONDA
16+
rm -fv $WORKSPACE/sfw/Miniconda/LICENSE.txt
17+
rm -fr $WORKSPACE/sfw/Miniconda
18+
)
1519

1620
(
1721
# Download and install Miniconda:

0 commit comments

Comments
 (0)