When env is declared in wrong way, highway will hang without indicating error.
Siemian opened this issue · 3 comments
Siemian commented
AS IS:
Declaring step like this:
bootstrap:
default:
- sh:
command: "echo $VARIABLE"
instead of
bootstrap:
default:
- sh:
command: "echo $(VARIABLE)"
will cause Highway to hang on:
--- Compiling the configuration file...
TO BE:
Highway should throw error
piotr-sekara commented
@Siemian Could you provide more information about this bug? I can't reproduce this problem. Maybe you have an Highwayfile on which problem occurred?
Siemian commented
Unfortunately what's in issue description is all I got.
piotr-sekara commented
I will close this issue for now as we're not able to reproduce it anymore.