Skip to content

Commit

Permalink
chore: fix formatting for DD_TAGS (#3260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur authored Oct 23, 2024
1 parent f3db784 commit aa289ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build/docker/set-system-tests-weblog-env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM system_tests/weblog
# Datadog setup
ENV DD_SERVICE=weblog
ENV DD_VERSION=1.0.0
ENV DD_TAGS='key1:val1, key2 : val2 '
ENV DD_TAGS='key1:val1,key2:val2'
ENV DD_ENV=system-tests
ENV DD_TRACE_LOG_DIRECTORY=/var/log/system-tests

Expand Down

0 comments on commit aa289ca

Please sign in to comment.