REGRESSION: SFDX 7.176 silently exits when pushing Zipfile static resource #1791
Labels
bug
Issue or pull request that identifies or fixes a bug
investigating
We're actively investigating this issue
Summary
Our nightly CI build for the CLI Release Candidate failed tonight on CLI sfdx-cli/7.176.0
Through binary debugging of removing one metadata type at a time, I was able to isolate it down to the expanded static resources in our source tree. I created a repo below with an example static resource that exhibits the problem. I was unable to generate log files for some reason -- sfdx.log never got created?
Steps To Reproduce:
Repository to reproduce:
https://github.com/patronmanager/regression-176-staticresource
sfdx force:org:create --setdefaultusername -f config/project-scratch-def.json
sfdx force:source:push
Expected result
Expected the static resource to be pushed into the org
Actual result
Command immediately exits with no error
Note that I tried generating log output but even using
--loglevel debug
didn't generate ansfdx.log
for meSystem Information
Same failure on both the current GH Actions default
ubuntu-latest
container as well as WSLAdditional information
Feel free to attach a screenshot.
The text was updated successfully, but these errors were encountered: