Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 5148ab4

Browse files
Merge pull request #354 from cyberark/rubygem-fix
Update Jenkinsfile to fix push to RubyGems
2 parents 3a22a03 + 83ea490 commit 5148ab4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ pipeline {
110110

111111
steps {
112112
// Clean up first
113-
sh 'docker run -i --rm -v $PWD:/src -w /src alpine/git clean -fxd'
113+
sh 'git clean -fxd'
114114

115115
sh './publish.sh'
116116

117117
// Clean up again...
118-
sh 'docker run -i --rm -v $PWD:/src -w /src alpine/git clean -fxd'
118+
sh 'git clean -fxd'
119119
deleteDir()
120120
}
121121
}

0 commit comments

Comments
 (0)