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 jenkinsfile to call git directly to see if that w…
Browse files Browse the repository at this point in the history
…ill fix the semantic release
  • Loading branch information
joshuawilson committed Oct 5, 2017
1 parent 4e5159e commit 9d79018
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-base'
fabric8UINode{
ws {
checkout scm
git "https://github.com/${org}/${repo}.git"
readTrusted 'release.groovy'
sh "git remote set-url origin [email protected]:${org}/${repo}.git"
def pipeline = load 'release.groovy'
Expand Down

0 comments on commit 9d79018

Please sign in to comment.