mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-23 15:19:03 +00:00
Prints out environment variables
This commit is contained in:
parent
999eb18fcc
commit
55f37eb805
@ -20,6 +20,11 @@ do
|
||||
done
|
||||
|
||||
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
|
||||
exec "${@:2}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user