File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,15 @@ function install_binary {
5555 mv $tmp_dir /bin/hub${windows: +.exe} ~ /bin/
5656
5757 chmod +x ~ /bin/hub${windows: +.exe}
58-
58+ pwd
5959 # verify
6060 # ~/bin/hub${windows:+.exe} version
6161
6262 # cleanup
6363 rm -rf $tmp_dir
64-
64+ echo " hub installed"
65+ whereis hub
66+ which hub
6567 # cp ~/bin/hub .
6668}
6769
@@ -94,8 +96,11 @@ function release_github {
9496
9597 DESCRIPTION=$( awk " /^${NEW_VERSION} $/,/^${LAST_VERSION:- nothingmatched} $/" ${CHANGELOG} | grep -v " ^${LAST_VERSION:- nothingmatched} $" )
9698 install_binary mislav hub
97- ~ /bin/hub version
98- hub release create v${VERSION} -m " Release ${VERSION} " -m " ${DESCRIPTION} " -t " ${BRANCH} "
99+ pwd
100+ whereis hub
101+ which hub
102+ hub version
103+ # hub release create v${VERSION} -m "Release ${VERSION}" -m "${DESCRIPTION}" -t "${BRANCH}"
99104}
100105
101106function release_cocoapods {
You can’t perform that action at this time.
0 commit comments