Skip to content

Commit

Permalink
Fix sed
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Feb 3, 2025
1 parent e59440b commit 256db51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,5 @@ jobs:
with:
pattern: junit-*
merge-multiple: true
- run: 'sed -i ''s/file=".//file="/g'' rspec/*.xml
'
- run: sed -i 's/file="\.\/"/file="/g' rspec/*.xml
- run: datadog-ci junit upload --service dd-trace-rb rspec/
6 changes: 1 addition & 5 deletions tasks/github.rake
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,7 @@ namespace :github do
'merge-multiple' => true
}
},
{
'run' => <<~BASH
sed -i 's/file="\.\//file="/g' rspec/*.xml
BASH
},
{ 'run' => "sed -i 's/file=\"\.\//file=\"/g' rspec/*.xml" },
{ 'run' => 'datadog-ci junit upload --service dd-trace-rb rspec/' },
]
}
Expand Down

0 comments on commit 256db51

Please sign in to comment.