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
I am getting multiple syntax errors and unknown option errors for the Earthfiles in this repo: https://github.com/input-output-hk/catalyst-voices
catalyst_voices/Earthfile Syntax Errors on Lines 20,21:
catalyst_voices/Earthfile
LET gen_code_path = lib/generated/catalyst_gateway LET local_gen_code_path = packages/catalyst_voices_services/lib/generated/catalyst_gateway/
catalyst_voices/test_driver/Earthfile Lines 10,12, 16:
catalyst_voices/test_driver/Earthfile
LET driver_port = 4444 IF [ $browser = "chrome" ] LET driver = "chromedriver" END IF [ $browser = "firefox" ] LET driver = "geckodriver" END
catalyst-gateway-crates/c509-certificate/Earthfile Line 35:
catalyst-gateway-crates/c509-certificate/Earthfile
# SAVE ARTIFACT c509-certificate-binding AS LOCAL ./pkg
catalyst-gateway/event-db/Earthfile Line 41, Unknown Option:
catalyst-gateway/event-db/Earthfile
SAVE IMAGE --push --insecure $local_registry/event-db:latest
docs/Earthfile Line 51, Unknown Option:
docs/Earthfile
SAVE IMAGE --push --insecure $local_registry/cat-voices-docs:latest
These last two, the option it complains about is --insecure which is a valid option. See: https://docs.earthly.dev/docs/guides/configuring-registries/self-signed#insecure-registries
--insecure
The text was updated successfully, but these errors were encountered:
Is this language server still maintained?
Sorry, something went wrong.
yes, I had to take a break but will be back to it next week. Contributions are more than welcome :-)
No branches or pull requests
I am getting multiple syntax errors and unknown option errors for the Earthfiles in this repo:
https://github.com/input-output-hk/catalyst-voices
catalyst_voices/Earthfile
Syntax Errors on Lines 20,21:
catalyst_voices/test_driver/Earthfile
Lines 10,12, 16:catalyst-gateway-crates/c509-certificate/Earthfile
Line 35:catalyst-gateway/event-db/Earthfile
Line 41, Unknown Option:docs/Earthfile
Line 51, Unknown Option:These last two, the option it complains about is
--insecure
which is a valid option. See: https://docs.earthly.dev/docs/guides/configuring-registries/self-signed#insecure-registriesThe text was updated successfully, but these errors were encountered: