We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98c31d commit db93657Copy full SHA for db93657
circle.yml
@@ -4,6 +4,7 @@ machine:
4
environment:
5
CASS_DRIVER_NO_EXTENSIONS: 1
6
AGENT_BUILD_PATH: "/home/ubuntu/agent"
7
+ TEST_DATADOG_INTEGRATION: 1
8
post:
9
- pyenv global 2.7.11 3.4.4
10
@@ -17,7 +18,7 @@ dependencies:
17
18
# TODO[manu]: remove this part when everything will be open source
19
- git clone [email protected]:DataDog/raclette.git $AGENT_BUILD_PATH
20
- cd $AGENT_BUILD_PATH && docker build -t datadog/trace-agent .
- - docker run -d -p 127.0.0.1:7777:7777 datadog/trace-agent
21
+ - docker run -d -e DD_API_KEY=invalid_key_but_this_is_fine -e DD_BIND_HOST=0.0.0.0 -p 127.0.0.1:7777:7777 datadog/trace-agent
22
23
test:
24
override:
0 commit comments