Skip to content
Snippets Groups Projects
Commit 86e5ede0 authored by Katrina Sharonin's avatar Katrina Sharonin
Browse files

add output dir creation

parent fbf797c9
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@ echo "Initial working directory: $(pwd -P)"
# micromamba binary dir
MICROMAMBA_BIN_DIR="$basedir/bin"
OUTPUT_DIR="$basedir/output"
mkdir -p OUTPUT_DIR
# create that dir if it doesn't exist
# mkdir "$MICROMAMBA_BIN_DIR"
# set mambda micro exe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment