Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/relui: write to "ready" file, fix signing arg
Simply opening and closing a file isn't enough to create it. Also, don't use path.Join on URLs: it converts gs://foo to gs:/foo which is a very different URL. For golang/go#51797. Change-Id: Ic681e151f2a2258f93e055564589d4440358e954 Reviewed-on: https://go-review.googlesource.com/c/build/+/412390 Auto-Submit: Heschi Kreinick <[email protected]> Run-TryBot: Heschi Kreinick <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
- Loading branch information