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
# {{Description: This deploy hook will run the following code snippet to automate the installation of NewRelic, and requires the NEWRELIC_KEY environment variable to be set on a stack.}}
2
+
if [ -z "$NEWRELIC_KEY" ]
3
+
then
4
+
>&2 echo "Please set your NEWRELIC_KEY environment variable"
5
+
exit 1
6
+
else
7
+
if [ -s /etc/apt/sources.list.d/newrelic-infra.list ]
0 commit comments