Skip to content

Commit 22bde43

Browse files
hub debug
1 parent 94868e2 commit 22bde43

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Scripts/run_release.sh

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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

101106
function release_cocoapods {

0 commit comments

Comments
 (0)