Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-09 | github: Don't build the Go branch for feature branches | Andrei Vagin | |
We can't actually push the Go branch on pushes to feature branches. Signed-off-by: Andrei Vagin <avagin@google.com> | |||
2020-09-09 | github: run actions for feature branches | Andrei Vagin | |
Signed-off-by: Andrei Vagin <avagin@google.com> | |||
2020-08-19 | Run bazel build before deleting cached gopath files | Fabricio Voznika | |
bazel creates sysmlink to the cache on the first invokation. On a new clone, there are no symlink, thus `rm -rf bazel-bin/gopath` has no effect. Call `bazel build something` first, then delete cached gopath. PiperOrigin-RevId: 327536044 | |||
2020-08-03 | Include shim binaries in the Go branch. | Adin Scannell | |
PiperOrigin-RevId: 324615016 | |||
2020-07-31 | Use proper set-output syntax. | Adin Scannell | |
PiperOrigin-RevId: 324302828 | |||
2020-07-30 | Fix merge flow for Go branch. | Adin Scannell | |
PiperOrigin-RevId: 324024075 | |||
2020-07-28 | Don't attempt to use the secret if it does not exist. | Adin Scannell | |
Fixes #3326 PiperOrigin-RevId: 323589669 | |||
2020-05-27 | Fix push for Go branch. | Adin Scannell | |
PiperOrigin-RevId: 313419745 | |||
2020-05-20 | Normalize permissions in the go branch. | Adin Scannell | |
Fixes #2722 | |||
2020-05-18 | Implement Go branch updater with GitHub actions. | Adin Scannell | |
PiperOrigin-RevId: 312155686 |