mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-17 02:47:16 +00:00
Prints out environment variables
This commit is contained in:
parent
999eb18fcc
commit
55f37eb805
@ -20,6 +20,11 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo 'Finished substituting environment variables.'
|
echo 'Finished substituting environment variables.'
|
||||||
|
echo "PRODUCTION = $PRODUCTION"
|
||||||
|
echo "API_URL = $API_URL"
|
||||||
|
echo "IRB_URL = $IRB_URL"
|
||||||
|
echo "HOME_ROUTE = $HOME_ROUTE"
|
||||||
|
echo "PORT0 = $PORT0"
|
||||||
|
|
||||||
# Execute all other commands with parameters
|
# Execute all other commands with parameters
|
||||||
exec "${@:2}"
|
exec "${@:2}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user