You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had a use-case where I want to test a fork of Pants in CI. This isn't too hard to do by adding a second checkout and setting workdirs. However; it'd be neater if I could f.ex. say PANTS_SOURCE=git+https://github.com/tgolsson/pants@my-branch and have it download, build, and run the Pants given by that commit.
The text was updated successfully, but these errors were encountered:
I've had a use-case where I want to test a fork of Pants in CI. This isn't too hard to do by adding a second checkout and setting workdirs. However; it'd be neater if I could f.ex. say
PANTS_SOURCE=git+https://github.com/tgolsson/pants@my-branch
and have it download, build, and run the Pants given by that commit.The text was updated successfully, but these errors were encountered: