Skip to content

Commit

Permalink
Fall back to ionic7 app runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Jul 1, 2024
1 parent ffb971f commit d59e070
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions bin/moodle-docker-compose
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,7 @@ then
export MOODLE_DOCKER_APP_RUNTIME="ionic5"
fi
else
# TODO always default to ionic7 after 4.4.0 release
if [[ $appversion = "latest"* ]];
then
export MOODLE_DOCKER_APP_RUNTIME="ionic5"
else
export MOODLE_DOCKER_APP_RUNTIME="ionic7"
fi
export MOODLE_DOCKER_APP_RUNTIME="ionic7"
fi
fi
fi
Expand Down

0 comments on commit d59e070

Please sign in to comment.