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

Commit 1ea6d0b

Browse files
authored
Merge pull request #44 from TheThingsNetwork/cambierr-patch-1
updated run.sh to get more info about why github push fails
2 parents b58cf29 + 0f72760 commit 1ea6d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

+2-2
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)