Skip to content

Commit

Permalink
fix(ci): Fix staging metrics collection (#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
timwu20 committed Mar 7, 2023
1 parent a322a19 commit 05a5c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.staging
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ARG DD_API_KEY
ENV chain=${chain}
ENV basepath=${basepath}
ENV DD_API_KEY=${DD_API_KEY}
ENV DD_HOSTNAME=${chain}-host

RUN ["sh", "-c", "DD_AGENT_MAJOR_VERSION=7 DD_INSTALL_ONLY=true DD_API_KEY=${DD_API_KEY} DD_SITE=\"datadoghq.com\" bash -c \"$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script.sh)\""]

Expand Down

0 comments on commit 05a5c4c

Please sign in to comment.