diff --git a/build.sh b/build.sh index d49d6d5d0900188f3ea560014216505fc8f39735..552171e1a468d79ed5e2ba0f6edec8da355d28fb 100755 --- a/build.sh +++ b/build.sh @@ -21,7 +21,7 @@ echo "Branch name: $branch" echo "GPU compilation: $with_gpu" -if [ x"$hostname" == x"cifarm-centos-node" ]; then +if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then echo "CentOS node" scl enable devtoolset-7 fi