Ignore dynotype run since that is used for console access (#5354) [deploy]
This commit is contained in:
parent
d39aa6537f
commit
863904ac06
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue