Skip to content

Commit

Permalink
Disable publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvuksano committed May 20, 2014
1 parent 7d230c4 commit 01d2c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/after-success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo BUILD_AGGREGATE_STATUS=$BUILD_AGGREGATE_STATUS

if [ "$BUILD_LEADER" = "YES" ]; then
if [ "$BUILD_AGGREGATE_STATUS" = "others_succeeded" ]; then
./scripts/travis/publish-docs.sh
# ./scripts/travis/publish-docs.sh
./scripts/travis/presubmit.sh
else
echo "ERROR: Some Failed, not submitting"
Expand Down

0 comments on commit 01d2c0f

Please sign in to comment.