Ignore dynotype run since that is used for console access (#5354) [deploy]

This commit is contained in:
Molly Struve 2020-01-06 08:12:24 -05:00 committed by GitHub
parent d39aa6537f
commit 863904ac06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Disable the Datadog Agent for scheduler workers
if [ "$DYNOTYPE" == "scheduler" ]; then
if [ "$DYNOTYPE" == "scheduler" ] || [ "$DYNOTYPE" == "run" ]; then
DISABLE_DATADOG_AGENT="true"
fi