-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I tried to hack on this and make it support my local corporate repos, but no dice.
program
.version(package.version)
.option('-g, --github_location <url>', 'url of github')
...
return {
github_location : github_location,
...
var url = options.github_location + '/repos/' + options.intoOwner + '/' + options.intoRepo + '/pulls',
repo = options.intoRepo,
head = options.fromOwner + ':' + options.fromBranch,
base = options.intoBranch;
But no dice. Am I missing something?
Tried calling it like:
c:\wk\ms-attraction-reservations>"C:\Program Files\nodejs\node.exe" c:\wk\pullr -g https://mygituub.net -n -l -t "Sonar Jenkins Update" -d "Update Jenkins file so it supports develop branch as opposed to all branches together" -I "develop" -f origin/feature/US32497-1_Sonar -p --plaintext
Metadata
Metadata
Assignees
Labels
No labels