From c5390231258471811b15e44598cfa32d5a32b9e2 Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Sat, 30 Apr 2022 12:30:24 +0200 Subject: [PATCH] Copy openfpm_vars into cache --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 64fa154f1..712257a0a 100755 --- a/build.sh +++ b/build.sh @@ -164,3 +164,7 @@ if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then cp $HOME/openfpm_vars_$branch $(pwd)/openfpm_dependencies/$branch/ fi +if [ x"$hostname" == x"cifarm-centos-node" ]; then + cp $HOME/openfpm_vars_$branch $(pwd)/openfpm_dependencies/$branch/ +fi + -- GitLab