Page MenuHomePhabricator

[land-bot] Cleanup unnecessary brace expansion
ClosedPublic

Authored by jasonbcox on Sep 10 2020, 22:42.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABC28eab9043981: [land-bot] Cleanup unnecessary brace expansion
Summary

The CI can copy this script out of the source tree if
this protection is necessary. Clearly doing it here is wrong.

I also took this opportunity to clean up some code that wasn't doing anything at all. (BUILD_DIR)

Test Plan

CONDUIT_TOKEN=<token> ./land-patch.sh Dxxxx with some accepted revision.
The revision will not land, but the patch should be applied and smoke tests run as expected.

Diff Detail