keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Fix the passing of options in shebang line #101

Closed michalinacienciala closed 3 years ago

michalinacienciala commented 3 years ago

Without the change, the keep-ecdsa startup during execution of E2E tests / Locally workflow was failing with the following error:

/usr/bin/env: ‘node --experimental-modules
               --experimental-json-modules’: No such file or directory
/usr/bin/env: use -[v]S to pass options in shebang lines
sed: can't read s/BENEFICIARY_ADDRESS//g: No such file or directory
michalinacienciala commented 3 years ago

E2E tests before the change: https://github.com/keep-network/local-setup/runs/3102487340?check_suite_focus=true (failing due to wrong passing of shebang arguments), E2E tests after the change: https://github.com/keep-network/local-setup/runs/3103302576?check_suite_focus=true (previously failing step has passed, workflow is failing due to another issue, which will be fixed outside of this PR).