Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(release): reset git fetch in jenkins file to be specific to fix t…
Browse files Browse the repository at this point in the history
…he semantic release
  • Loading branch information
joshuawilson committed Oct 5, 2017
1 parent f6e6aea commit 6c8ca7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def org = 'fabric8-ui'
def repo = 'ngx-login-client'
fabric8UINode{
ws {
checkout scm
git "https://github.com/${org}/${repo}.git"
readTrusted 'release.groovy'
sh "git remote set-url origin git@github.com:${org}/${repo}.git"
def pipeline = load 'release.groovy'
Expand Down

0 comments on commit 6c8ca7d

Please sign in to comment.