Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ml_solar_plates
modern_pipeline
Modern Pipeline
Commits
8bbcb8c3
Commit
8bbcb8c3
authored
Oct 25, 2021
by
Yori Fournier
Browse files
prototype done
parent
622980f6
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/run_step.sh
View file @
8bbcb8c3
...
...
@@ -38,10 +38,10 @@ fi
echo
"DEPENDANCES:
${
DEPS_DIR
[@]
}
"
# setup tmp folder
TMP_HASH
=
$(
gen_hash_word
)
TMP_HASH
=
$(
get_hash_from_word
${
TMP_HASH
}
)
#
TMP_HASH=$(gen_hash_word)
#
TMP_HASH=$(get_hash_from_word ${TMP_HASH})
TMP_DIR
=
"
${
PIPE_ROOT
}
/
${
ARTIFACTS
}
/.
${
STEP_NAME
}
_
${
TMP_HASH
}
"
TMP_DIR
=
"
${
PIPE_ROOT
}
/
${
ARTIFACTS
}
/.
${
STEP_NAME
}
"
echo
"tmp-dir:
${
TMP_DIR
}
"
mkdir
${
TMP_DIR
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment