mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
parent
253b816a0a
commit
ab2098b7f5
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
- [Bugfix] Add missing template data to pypi package
|
- [Bugfix] Add missing template data to pypi package
|
||||||
- [Bugfix] Fix quickstart on Kubernetes (#164)
|
- [Bugfix] Fix quickstart on Kubernetes (#164)
|
||||||
|
- [Improvement] Add datatases task to Kubernetes quickstart (#167)
|
||||||
|
|
||||||
## 3.0.2 (2019-02-12)
|
## 3.0.2 (2019-02-12)
|
||||||
|
|
||||||
|
@ -27,6 +27,8 @@ def quickstart(root):
|
|||||||
stop.callback()
|
stop.callback()
|
||||||
click.echo(fmt.title("Starting the platform"))
|
click.echo(fmt.title("Starting the platform"))
|
||||||
start.callback(root)
|
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(
|
@click.command(
|
||||||
short_help="Generate environment",
|
short_help="Generate environment",
|
||||||
|
Loading…
Reference in New Issue
Block a user