Skip to content

Commit 7344b42

Browse files
hub debug
1 parent ce1152c commit 7344b42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Scripts/run_prep.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ function do_stuff {
6868
}
6969

7070
function push_changes {
71+
pwd
72+
hub version
73+
whereis hub
74+
7175
git config user.email "[email protected]"
7276
git config user.name "${GITHUB_USER}"
7377
git add --all
@@ -97,10 +101,6 @@ END
97101
}
98102
git push -f https://${GITHUB_TOKEN}@github.com/${REPO_SLUG} ${AUTOBRANCH}
99103

100-
# Check hub installation
101-
pwd
102-
hub version
103-
whereis hub
104104
PR_URL=$(hub pull-request -b ${BRANCH} -h ${AUTOBRANCH} -m "${MESSAGE}")
105105
echo -e "${COLOR_CYAN}ATTENTION:${COLOR_RESET} review and merge ${COLOR_CYAN}${PR_URL}${COLOR_RESET}"
106106
echo "then to release to cocoapods use Git action's Trigger build with the following payload:"

0 commit comments

Comments
 (0)