We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What went wrong?
VERSION --wildcard-builds 0.8 PROJECT xyz bootstrap: BUILD --auto-skip ./*+bootstrap
Results in Error: Earthfile line 5:1 parse flag args: invalid argument ./*+bootstrap.
Earthfile line 5:1 parse flag args: invalid argument ./*+bootstrap.
If I remove the --auto-skip flag it does work.
What should have happened?
Normal execution.
The text was updated successfully, but these errors were encountered:
Fix bug with wildcard BUILD & flags (#3867)
2b02a08
Addresses: #3862 The code should replace the wildcard target with the expanded one while accounting for flags & args.
No branches or pull requests
What went wrong?
Results in Error:
Earthfile line 5:1 parse flag args: invalid argument ./*+bootstrap.
If I remove the --auto-skip flag it does work.
What should have happened?
Normal execution.
The text was updated successfully, but these errors were encountered: