We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b3f65 commit 687ac2fCopy full SHA for 687ac2f
.circleci/config.yml
@@ -275,6 +275,8 @@ orbs:
275
name: Upload JUnit reports to Datadog
276
when: always
277
command: |
278
+ sed -i 's/file="\.\//file="/g' tmp/rspec/*.xml
279
+
280
ls -l tmp/rspec/*.xml
281
282
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