Skip to content
Snippets Groups Projects
Commit e76806e9 authored by Philipp Spilger's avatar Philipp Spilger
Browse files

fix: Remove double execution of create_recipe.sh

* also don't print it to stdout

Change-Id: I9bd04a4bf88ac88c34a0cdea8458c987f574bc7b
parent 4b265ae8
No related branches found
No related tags found
No related merge requests found
......@@ -14,13 +14,6 @@ unset LC_NUMERIC
unset LC_TIME
unset LC_MESSAGES
echo "creating ${YASHCHIKI_RECIPE_PATH}" >&2
ROOT_DIR="$(dirname "$(dirname "$(dirname "$(readlink -m "${BASH_SOURCE[0]}")")")")"
bash "${ROOT_DIR}/share/yashchiki/styles/${CONTAINER_STYLE}/create_recipe.sh"
echo "created ${YASHCHIKI_RECIPE_PATH}" >&2
cat "${YASHCHIKI_RECIPE_PATH}"
# check if host-user-owned temp folder for spack build exists
if [ ! -d "${JOB_TMP_SPACK}" ]; then
echo "${JOB_TMP_SPACK} should exist, aborting!" >&2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment