Skip to content

Commit e795060

Browse files
authored
Merge pull request #1425 from mfisher87/disable-trace-output
[MRG] Disable bash trace output in conda activation script
2 parents 5a61997 + dae67cc commit e795060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repo2docker/buildpacks/conda/activate-conda.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set -ex
1+
set -e
22

33
# Setup conda
44
CONDA_PROFILE="${CONDA_DIR}/etc/profile.d/conda.sh"
@@ -35,4 +35,4 @@ else
3535
mamba activate ${NB_PYTHON_PREFIX}
3636
fi
3737

38-
set +ex
38+
set +e

0 commit comments

Comments
 (0)