-
Notifications
You must be signed in to change notification settings - Fork 763
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build/all.bash: adjust home directory used in gerrit CI
Recent changes in kokoro seem to restrict access to the root directories other than /workspace. Place all directories we need write permission fo under /workspace directory. That includes the home directory (where npm and the vscode test framework store downloaded data and configuration by default) and the default GOPATH directory ($HOME/go) under which tests copy test fixtures. Fixes #833 Change-Id: I85ad64d253df31f782d29ae0fe994945210567cc Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/264877 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Robert Findley <[email protected]>
- Loading branch information
Showing
2 changed files
with
21 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters