Skip to content

Commit

Permalink
Backport PR #9130: Add more XXX for the mktemp command (#10782)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
  • Loading branch information
meeseeksmachine and jtpio committed Aug 6, 2021
1 parent 78d1fe8 commit 77c6575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else
JLAB_REL_BRANCH=$1
JLAB_REL_ENV=jlabrelease_$JLAB_REL_BRANCH

WORK_DIR=$(mktemp -d -t $JLAB_REL_ENV)
WORK_DIR=$(mktemp -d -t ${JLAB_REL_ENV}XXXXX)
cd $WORK_DIR

conda create --override-channels --strict-channel-priority -c conda-forge -c anaconda -y -n $JLAB_REL_ENV notebook nodejs twine
Expand Down

0 comments on commit 77c6575

Please sign in to comment.