Skip to content

Commit

Permalink
Merge pull request #89 from ACCESS-NRI/access-med-0.8
Browse files Browse the repository at this point in the history
Update config.sh
  • Loading branch information
rbeucher authored Aug 6, 2024
2 parents 3545645 + a5817fe commit a52a50b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions environments/access-med/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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" )
declare -a replace_with_external=( "/g/data/hh5/public/apps/openmpi/4.1.6" )

0 comments on commit a52a50b

Please sign in to comment.