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

Commit

Permalink
fix(release): set extra env vars to see if we get correct github rele…
Browse files Browse the repository at this point in the history
…ase notes (#24)
  • Loading branch information
rawlingsj authored Oct 5, 2017
1 parent 04690ab commit 506af01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ fabric8UINode{
pipeline.ci()
}
} else if (utils.isCD()){
env.CI=true
env.GIT_BRANCH="origin/master"
sh "git checkout master"
sh "git remote set-url origin git@github.com:${org}/${repo}.git"

Expand Down

0 comments on commit 506af01

Please sign in to comment.