The main Readme.md suggests running the following command source environment-variables.sh However it is also called in the first step of the next script (line 19): source setup.sh Is this duplication necessary?
The main Readme.md suggests running the following command
source environment-variables.sh
However it is also called in the first step of the next script (line 19):
source setup.sh
Is this duplication necessary?