Skip to content
Snippets Groups Projects
Commit 0b4760cb authored by Torgrim's avatar Torgrim
Browse files

Implemented Updated Docker & .gitlab-ci.yml files for CI/CD pipeline

parent 13af3b4e
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ func fileExistsTest(filename string) bool { ...@@ -33,7 +33,7 @@ func fileExistsTest(filename string) bool {
func init() { func init() {
if !fileExistsTest(os.Getenv("FIREBASE_CREDENTIALS_FILE")) { if !fileExistsTest(os.Getenv("FIREBASE_CREDENTIALS_FILE")) {
log.Panic("Firebase Credentials file is not mounted:", os.Getenv("FIREBASE_CREDENTIALS_FILE")) log.Panic("Firebase Credentials file is not mounted: ", os.Getenv("FIREBASE_CREDENTIALS_FILE"))
} }
err := os.Setenv("GO_ENV", "test") err := os.Setenv("GO_ENV", "test")
if err != nil { if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment