diff options
| author | Amir Zarrinkafsh <nightah@me.com> | 2020-05-06 05:35:32 +1000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-05 21:35:32 +0200 | 
| commit | 1600e0f7da7219e2398fbef68b982d0b466db266 (patch) | |
| tree | 0726477687703c0953854f7f98f90c39e1f3b8a9 /internal/suites/suite_postgres.go | |
| parent | c13196a86e267298edb3458d3e47918565e3d139 (diff) | |
[CI] Add wsl linter (#980)
* [CI] Add wsl linter
* Implement wsl recommendations
Co-authored-by: Clément Michaud <clement.michaud34@gmail.com>
Diffstat (limited to 'internal/suites/suite_postgres.go')
| -rw-r--r-- | internal/suites/suite_postgres.go | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/suites/suite_postgres.go b/internal/suites/suite_postgres.go index 65e7d4728..50e19e263 100644 --- a/internal/suites/suite_postgres.go +++ b/internal/suites/suite_postgres.go @@ -33,13 +33,16 @@ func init() {  		if err != nil {  			return err  		} +  		fmt.Println(backendLogs)  		frontendLogs, err := dockerEnvironment.Logs("authelia-frontend", nil)  		if err != nil {  			return err  		} +  		fmt.Println(frontendLogs) +  		return nil  	}  | 
