Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow SEMAPHORE_AGENT_LOG_FILE_PATH to be specified #143

Merged
merged 2 commits into from
Feb 23, 2022

Conversation

lucaspin
Copy link
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.

}

parentDirectory := path.Dir(logFilePath)
err := os.MkdirAll(parentDirectory, 0644)
Copy link
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
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