Skip to content
Snippets Groups Projects
Commit caac53d1 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing Boost detection

parent 1f1ccb89
No related branches found
No related tags found
No related merge requests found
Pipeline #2531 failed
......@@ -9,7 +9,7 @@ if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
source /opt/rh/devtoolset-8/enable
fi
if [ x"$hostname" == x"cifarm-ubuntu-node.mpi-cbg.de" ]; then
if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then
echo "Ubuntu node"
export PATH="/opt/bin:$PATH"
fi
......
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