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

[internal] CI: fix incorrect path in workflows #14670

Merged
merged 2 commits into from
Mar 2, 2022

Conversation

tdyas
Copy link
Contributor

@tdyas tdyas commented Mar 2, 2022

Fix incorrect path in GitHub Actions workflow that is now causing errors since GitHub Actions is no longer squelching the error.

@tdyas tdyas requested review from stuhood and Eric-Arellano March 2, 2022 16:33
@tdyas
Copy link
Contributor Author

tdyas commented Mar 2, 2022

GitHub Actions change that revealed the error was actions/runner@460c32a.

@tdyas tdyas merged commit d847381 into pantsbuild:main Mar 2, 2022
@tdyas tdyas deleted the fix_ci_for_runner_change branch March 2, 2022 17:08
Eric-Arellano pushed a commit to Eric-Arellano/pants that referenced this pull request Mar 2, 2022
Fix incorrect path in GitHub Actions workflow that is now causing errors since GitHub Actions is no longer squelching the error.
Eric-Arellano pushed a commit to Eric-Arellano/pants that referenced this pull request Mar 2, 2022
Fix incorrect path in GitHub Actions workflow that is now causing errors since GitHub Actions is no longer squelching the error.
Eric-Arellano added a commit that referenced this pull request Mar 2, 2022
Fix incorrect path in GitHub Actions workflow that is now causing errors since GitHub Actions is no longer squelching the error.

Co-authored-by: Tom Dyas <tdyas@toolchain.com>
Eric-Arellano added a commit that referenced this pull request Mar 2, 2022
Fix incorrect path in GitHub Actions workflow that is now causing errors since GitHub Actions is no longer squelching the error.

Co-authored-by: Tom Dyas <tdyas@toolchain.com>
This was referenced Mar 4, 2022
jsirois pushed a commit to jsirois/pants that referenced this pull request Apr 18, 2022
…ntsbuild#14674)

Fix incorrect path in GitHub Actions workflow that is now causing errors since GitHub Actions is no longer squelching the error.

Co-authored-by: Tom Dyas <tdyas@toolchain.com>
(cherry picked from commit d58ab1a)
jsirois added a commit that referenced this pull request Apr 18, 2022
… & #15173) (#15177)

We see the following in CI:
```
fatal: unsafe repository (/__w/pants/pants is owned by someone else)
To add an exception for this directory, call:

	git config --global --add safe.directory /__w/pants/pants
```

Add the `$GITHUB_WORKSPACE` (`/__w/pants/pants`) to fix container builds.

(cherry picked from commit 7bcf679)
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.

2 participants