Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit 0f72760

Browse files
authored
updated run.sh to get more info about why github push fails
1 parent b58cf29 commit 0f72760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ if [[ $TRAVIS_PULL_REQUEST == "false" ]] && [[ $TRAVIS_BRANCH = "master" ]]; the
1616
&& cp -r ../target/site/apidocs/* ./ \
1717
&& git add . \
1818
&& git commit -m "Deployed to Github Pages" \
19-
&& git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1
19+
&& git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages
2020
exit $?
2121
else
2222
mvn clean package javadoc:aggregate javadoc:jar source:jar-no-fork \
2323
&& cd samples \
2424
&& mvn clean package
2525
exit $?
26-
fi
26+
fi

0 commit comments

Comments
 (0)