Skip to content

Commit

Permalink
Remove unclear message (#194)
Browse files Browse the repository at this point in the history
* Remove unclear message

* Added more details comment
  • Loading branch information
andriisoldatenko authored and schnie committed Mar 14, 2019
1 parent d502a98 commit 14b17fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airflow/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ func Start(airflowHome string, envFile string) error {
settings.ConfigSettings(info["Id"])
}
}
} else {
fmt.Println("Skipping Settings Creation: airflow_settings.yaml not found...")
}

parts := strings.Split(config.CFG.WebserverPort.GetString(), ":")
Expand Down
2 changes: 2 additions & 0 deletions airflow/include/settingsyml.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ var Settingsyml = strings.TrimSpace(`
# NOTE: If putting a dict in conn_extra, please wrap in single quotes.
# More details you can find https://github.com/astronomer/docs/blob/master/docs/cli-airflow-configuration.md
airflow:
connections:
- conn_id:
Expand Down

0 comments on commit 14b17fb

Please sign in to comment.