Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
fix: remove refspec because is no longer needed (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat authored Jul 7, 2020
1 parent beefd4a commit 418f033
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vars/gitCheckout.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def call(Map params = [:]){
extensions: extensions,
submoduleCfg: [],
userRemoteConfigs: [[
refspec: '+refs/heads/*:refs/remotes/origin/* +refs/pull/*/head:refs/remotes/origin/pr/*',
credentialsId: "${credentialsId}",
url: "${repo}"]]])
} else {
Expand Down

0 comments on commit 418f033

Please sign in to comment.