Update Marlin+Github helper scripts
This commit is contained in:
@@ -6,11 +6,13 @@
|
||||
# commit log to watch Travis CI progress.
|
||||
#
|
||||
|
||||
MFINFO=$(mfinfo) || exit
|
||||
[[ $# == 0 ]] || { echo "Usage: `basename $0`" 1>&2 ; exit 1; }
|
||||
|
||||
MFINFO=$(mfinfo) || exit 1
|
||||
IFS=' ' read -a INFO <<< "$MFINFO"
|
||||
FORK=${INFO[1]}
|
||||
REPO=${INFO[2]}
|
||||
BRANCH=${INFO[4]}
|
||||
BRANCH=${INFO[5]}
|
||||
|
||||
git push --set-upstream origin $BRANCH
|
||||
|
||||
|
Reference in New Issue
Block a user