-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Argument list too long -:1.1: Document is empty #12
Comments
That XML worked fine for me. I assume the script is just a vanilla setupyourmac script? |
That's correct. I'm not exactly sure what's going wrong with it. The script itself runs fine. |
If it helps. This is the whole error message..
Do you think it could be caused by the script itself in that case? |
Yes, I just tested with the script contents and received the same error. I have a thought. Is this what you are getting in your CI/CD pipeline or locally? |
That's in the Bitbucket Pipeline! Mine is just using the basic example but for reference, below.
|
Seems to be the ARG_MAX in that image due to the size of the setupyourmac.sh script. Locally I didn't have an issue but in Bitbucket I did for that script. I can likely fix this by re-factoring a little. |
Happy to be a test candidate for this. Thank you for figuring it out so quickly, I can't imagine how long I would've been scratching my head over this. |
I just bumped into this with a new script that's around 4700 lines. |
Same issue with the SYM script. Tried bumping the arg_max in the Github Actions runner, but no luck. Locally works fine. |
I don't suppose anyone made headway with this? I didn't. |
Hi all, I seem to be doing something wrong...
I'm pulling down a script and xml, renaming one of the parameters in the xml and pushing back up and getting the error in the title.
This is my xml, no formatting issues. Not sure where to go from here.
I saw a different issue similar to this but I noticed I already have that hotfix as I just started using git4jamfpro in the past week or so.
The text was updated successfully, but these errors were encountered: