From 4956db3448f6883f7d0932c57279b005c01b1c6b Mon Sep 17 00:00:00 2001 From: Guillaume Samson <guillaume.samson@mercator-ocean.fr> Date: Tue, 11 Apr 2023 14:14:20 +0000 Subject: [PATCH] add ECMWF "AC" HPC complex in .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 777120a6..1408ff7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ stages: before_script: # the following commands will be executed at the beginning of each job # they are needed to copy param.cfg to SETTE directory and to load the modules - - declare -A HOST_NAME=( ["kara"]="KR" ["aa"]="AA" ["belenoslogin"]="BL" ["irene"]="IR" ["jean-zay"]="JZ" ) + - declare -A HOST_NAME=( ["kara"]="KR" ["aa"]="AA" ["ac"]="AA" ["belenoslogin"]="BL" ["irene"]="IR" ["jean-zay"]="JZ" ) - SETTE_MOD=${HOST_NAME[${HOSTNAME//[0-9,-,.]*}]}_SETTE_MOD - if [ -d ${HOME}/modules ]; then module use ${HOME}/modules; fi - module purge || true # force to always have 0 as error code (needed for irene) -- GitLab