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 {
55
55
mv $tmp_dir /bin/hub${windows: +.exe} ~ /bin/
56
56
57
57
chmod +x ~ /bin/hub${windows: +.exe}
58
-
58
+ pwd
59
59
# verify
60
60
# ~/bin/hub${windows:+.exe} version
61
61
62
62
# cleanup
63
63
rm -rf $tmp_dir
64
-
64
+ echo " hub installed"
65
+ whereis hub
66
+ which hub
65
67
# cp ~/bin/hub .
66
68
}
67
69
@@ -94,8 +96,11 @@ function release_github {
94
96
95
97
DESCRIPTION=$( awk " /^${NEW_VERSION} $/,/^${LAST_VERSION:- nothingmatched} $/" ${CHANGELOG} | grep -v " ^${LAST_VERSION:- nothingmatched} $" )
96
98
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}"
99
104
}
100
105
101
106
function release_cocoapods {
You can’t perform that action at this time.
0 commit comments