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

Commit

Permalink
fix(releasenotes): try and git pull to see if that helps get the rele…
Browse files Browse the repository at this point in the history
…ase notes in order (#25)
  • Loading branch information
rawlingsj authored Oct 5, 2017
1 parent 506af01 commit 39d752e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ fabric8UINode{
env.CI=true
env.GIT_BRANCH="origin/master"
sh "git checkout master"
sh "git pull"
sh "git remote set-url origin git@github.com:${org}/${repo}.git"

def branch
Expand Down

0 comments on commit 39d752e

Please sign in to comment.