7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 22:00:48 +00:00

Run databases task on k8s quickstart

Close #167
This commit is contained in:
Régis Behmo 2019-02-12 09:17:18 +01:00
parent 253b816a0a
commit ab2098b7f5
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
- [Bugfix] Add missing template data to pypi package
- [Bugfix] Fix quickstart on Kubernetes (#164)
- [Improvement] Add datatases task to Kubernetes quickstart (#167)
## 3.0.2 (2019-02-12)

View File

@ -27,6 +27,8 @@ def quickstart(root):
stop.callback()
click.echo(fmt.title("Starting the platform"))
start.callback(root)
click.echo(fmt.title("Running migrations. NOTE: this might fail. If it does, please retry 'tutor k9s databases later'"))
databases.callback(root)
@click.command(
short_help="Generate environment",