mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
parent
253b816a0a
commit
ab2098b7f5
@ -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)
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user