Skip to content

Commit

Permalink
fix: Remove shell commands
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Jul 20, 2021
1 parent 54a2666 commit 07c7c3b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/providers/provider_jenkinsci.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ describe('Jenkins CI Params', () => {
'config',
'--get',
'remote.origin.url',
'||',
'echo',
"''",
]),
).thenReturn({ stdout: 'https://github.com/testOrg/testRepo.git' })

Expand Down

0 comments on commit 07c7c3b

Please sign in to comment.