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

chore: Remove unnecessary check for existing spack tempdir

Change-Id: I0fdd8b137e9d1f4c61c4ca6cb2e169ac42d46b7d
parent e76806e9
No related branches found
No related tags found
No related merge requests found
...@@ -14,12 +14,6 @@ unset LC_NUMERIC ...@@ -14,12 +14,6 @@ unset LC_NUMERIC
unset LC_TIME unset LC_TIME
unset LC_MESSAGES unset LC_MESSAGES
# 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
exit 1
fi
# make job temp folder writable for all users (i.e., spack) # make job temp folder writable for all users (i.e., spack)
chmod 777 "${JOB_TMP_SPACK}" chmod 777 "${JOB_TMP_SPACK}"
......
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