Fix CLI clone failure by replacing bin with build in deployments#3455
Conversation
|
@TPJW have you tested it locally? |
There was a problem hiding this comment.
Pull request overview
This PR updates the root pyRevitfile deployment definitions so that image-based deployments used by the pyRevit CLI reference the current repository directory layout, avoiding clone failures caused by a missing legacy bin folder.
Changes:
- Updated all
[deployments]entries inpyRevitfileto usebuildinstead ofbin(core/corex/base/basepublic/basex). - Ensures
pyrevit clone ... <deployment>can deploy from the GitHub branch archive without failing during directory copy.
Removed 'build' from core, base, basepublic, and basex deployments.
jmcouffin
left a comment
There was a problem hiding this comment.
This will request re a release in order to work
|
Adjusted with the correct fix. Will try to make a release on the go since this requires a merge to master |
Was just going to bring up how i couldn't do a full test from a .zip image, thanks! |
Noted, and yes, but this is minor for now. |
* Next Version [skip ci] * Fix CLI clone failure by replacing bin with build in deployments (#3455) * Fix CLI clone failure by replacing bin with build in deployments * Remove 'build' from deployment configurations Removed 'build' from core, base, basepublic, and basex deployments. --------- Co-authored-by: Jean-Marc Couffin <jmcouffin@users.noreply.github.com> * release: v6.5.3 Co-authored-by: Jean-Marc Couffin <jmcouffin@users.noreply.github.com> --------- Co-authored-by: TPJW <148268400+TPJW@users.noreply.github.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This PR fixes a bug where the pyRevit CLI fails to clone because it looks for the old
bindirectory. This updatespyRevitfiledeployments to point to the newbuilddirectory.Fixes #3454