From a5817fe0a07df924aecb9af6b183296a1b56219a Mon Sep 17 00:00:00 2001 From: Romain Beucher Date: Tue, 6 Aug 2024 14:58:58 +1000 Subject: [PATCH] Update config.sh --- environments/access-med/config.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/environments/access-med/config.sh b/environments/access-med/config.sh index f54ead1..87c91c4 100644 --- a/environments/access-med/config.sh +++ b/environments/access-med/config.sh @@ -9,9 +9,9 @@ ### Optional config for custom deploy script -export VERSION_TO_MODIFY=0.8 -export STABLE_VERSION=0.3 -export UNSTABLE_VERSION=0.8 +export VERSION_TO_MODIFY=0.9 +export STABLE_VERSION=0.9 +export UNSTABLE_VERSION=0.9 ### Version settings export ENVIRONMENT=esmvaltool @@ -21,4 +21,4 @@ declare -a rpms_to_remove=( "openssh-clients" "openssh-server" "openssh" ) declare -a replace_from_apps=( "ucx/1.15.0" ) declare -a outside_commands_to_include=( "pbs_tmrsh" "ssh" ) declare -a outside_files_to_copy=( "/g/data/hh5/public/apps/nci-intake-catalogue/catalogue_new.yaml" "/g/data/hh5/public/apps/openmpi/4.1.6" ) -declare -a replace_with_external=( "/g/data/hh5/public/apps/openmpi/4.1.6" ) \ No newline at end of file +declare -a replace_with_external=( "/g/data/hh5/public/apps/openmpi/4.1.6" )