Skip to content

Allow SEMAPHORE_AGENT_LOG_FILE_PATH to be specified#143

Merged
lucaspin merged 2 commits intomasterfrom
expose-log-file-path
Feb 23, 2022
Merged

Allow SEMAPHORE_AGENT_LOG_FILE_PATH to be specified#143
lucaspin merged 2 commits intomasterfrom
expose-log-file-path

Conversation

@lucaspin
Copy link
Copy Markdown
Contributor

@lucaspin lucaspin commented Feb 21, 2022

The docker_private_image_ecr E2E test was disabled because the AWS credentials required by it are not working anymore. The test has been failing for almost a month.

Once they are working again, we can enable this test again.

Comment thread main.go
}

parentDirectory := path.Dir(logFilePath)
err := os.MkdirAll(parentDirectory, 0644)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just for me to know: does this create a directory structure or just one directory?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a directory structure: https://pkg.go.dev/os#MkdirAll

@lucaspin lucaspin merged commit 0312e2d into master Feb 23, 2022
@lucaspin lucaspin deleted the expose-log-file-path branch February 23, 2022 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants