Skip to content

Commit

Permalink
Fix config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher committed Aug 7, 2024
1 parent a5817fe commit c0c74ca
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,12 +9,12 @@


### Optional config for custom deploy script
export VERSION_TO_MODIFY=0.9
export STABLE_VERSION=0.9
export UNSTABLE_VERSION=0.9
export VERSION_TO_MODIFY=0.8
export STABLE_VERSION=0.8
export UNSTABLE_VERSION=0.8

### Version settings
export ENVIRONMENT=esmvaltool
export ENVIRONMENT=access-med
export FULLENV="${ENVIRONMENT}-${VERSION_TO_MODIFY}"

declare -a rpms_to_remove=( "openssh-clients" "openssh-server" "openssh" )
Expand Down

0 comments on commit c0c74ca

Please sign in to comment.