You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Enable "Generate environment variable from script"
# found in the "Build Environment" configuration section.
# The plugin need the output of the script to be key=value pairs
trap 'exit_status=$?; trap - INT TERM EXIT ERR; echo "ERROR: Exiting with $exit_status from failing command: $BASH_COMMAND"; exit $exit_status' INT TERM EXIT ERR