If I create a `.sh` file, is there a way to use en...
# seed
a
If I create a
.sh
file, is there a way to use env-variables from seed like
$SEED_STAGE_BRANCH
?
f
The environment variables will get automatically passed into the shell script, right?
Just make sure you give the
.sh
file executable permission (ie.
chmod +x script.sh
)
a
Ok going to try.
I have to clone 3 repositories on before_compile.
And need to add some conditions.
That’s why I want to put it on a separated file.
f
I see.. yup