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

echo username and details of .env file for debugging ci failures. #6162

Merged
merged 1 commit into from
Nov 10, 2022

Conversation

naemono
Copy link
Contributor

@naemono naemono commented Nov 10, 2022

Currently building nightly releases is failing with:

16:31:26  + .ci/setenvconfig build
16:31:26  .ci/setenvconfig: line 16: .ci/../.env: Permission denied
16:31:26  [Pipeline] }
16:31:26  [Pipeline] // script
16:31:26  Error when executing success post condition:

This seems to indicate that writing/updating the .env file is failing, as if it was written by either

  1. a different user
  2. or with permissions that aren't allowing u+w

This change will at least help debug the issue, but not solve it.

@naemono naemono added the >bug Something isn't working label Nov 10, 2022
@naemono
Copy link
Contributor Author

naemono commented Nov 10, 2022

Going to merge this without approval, as it can't make the failures any worse, and can only help debugging the issue. To be immediately removed upon resolution of current issues.

@naemono naemono merged commit 2230e9a into elastic:main Nov 10, 2022
thbkrkr added a commit to thbkrkr/cloud-on-k8s that referenced this pull request Nov 10, 2022
@thbkrkr thbkrkr added the v2.6.0 label Nov 14, 2022
@naemono naemono added the exclude-from-release-notes Exclude this PR from appearing in the release notes label Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug Something isn't working exclude-from-release-notes Exclude this PR from appearing in the release notes v2.6.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants