Skip to content
Snippets Groups Projects
Commit e476755c authored by Nicolas Richart's avatar Nicolas Richart
Browse files

more debug of path

parent 7e0bf05b
No related branches found
No related tags found
No related merge requests found
Pipeline #190730 failed
...@@ -4,7 +4,7 @@ set -o errexit ...@@ -4,7 +4,7 @@ set -o errexit
set -o pipefail set -o pipefail
set -o nounset set -o nounset
source stack_env.sh source ${CI_PROJECT_DIR}/ci/stack_env.sh
echo "Getting system compiler" echo "Getting system compiler"
${STACK_LOCATION}/spack/bin/spack compiler find --scope system /usr ${STACK_LOCATION}/spack/bin/spack compiler find --scope system /usr
......
...@@ -4,7 +4,7 @@ set -o errexit ...@@ -4,7 +4,7 @@ set -o errexit
set -o pipefail set -o pipefail
set -o nounset set -o nounset
source stack_env.sh source ${CI_PROJECT_DIR}/ci/stack_env.sh
mkdir -p ${STACK_LOCATION} mkdir -p ${STACK_LOCATION}
cd ${STACK_LOCATION} cd ${STACK_LOCATION}
......
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