Skip to content

Commit 07c7c3b

Browse files
committed
fix: Remove shell commands
1 parent 54a2666 commit 07c7c3b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/providers/provider_jenkinsci.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ describe('Jenkins CI Params', () => {
9999
'config',
100100
'--get',
101101
'remote.origin.url',
102-
'||',
103-
'echo',
104-
"''",
105102
]),
106103
).thenReturn({ stdout: 'https://github.com/testOrg/testRepo.git' })
107104

0 commit comments

Comments
 (0)