Skip to content

Commit 687ac2f

Browse files
committed
Remove from JUnit XML files.
1 parent 13b3f65 commit 687ac2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ orbs:
275275
name: Upload JUnit reports to Datadog
276276
when: always
277277
command: |
278+
sed -i 's/file="\.\//file="/g' tmp/rspec/*.xml
279+
278280
ls -l tmp/rspec/*.xml
279281
280282
curl -L --fail --retry 3 "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci" && chmod +x /usr/local/bin/datadog-ci

0 commit comments

Comments
 (0)