-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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:
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:
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:
# SAVE ARTIFACT c509-certificate-binding AS LOCAL ./pkg
catalyst-gateway/event-db/Earthfile Line 41, Unknown Option:
SAVE IMAGE --push --insecure $local_registry/event-db:latest
docs/Earthfile Line 51, Unknown Option:
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels