File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ install:
2323build : off
2424
2525test_script :
26- - pub run grinder buildbot
26+ - pub run grinder buildbot-no-publish
Original file line number Diff line number Diff line change 11name : dartdoc
22# Run `grind build` after updating.
33version : 0.29.0
4+ author :
Dart Team <[email protected] > 45description : A documentation generator for Dart.
56homepage : https://github.com/dart-lang/dartdoc
67environment :
Original file line number Diff line number Diff line change @@ -42,7 +42,11 @@ elif [ "$DARTDOC_BOT" = "sdk-analyzer" ]; then
4242 DARTDOC_GRIND_STEP=buildbot-no-publish pub run grinder test-with-analyzer-sdk
4343else
4444 echo " Running main dartdoc bot"
45- pub run grinder buildbot
45+ if echo " ${DART_VERSION} " | grep -q dev ; then
46+ pub run grinder buildbot-no-publish
47+ else
48+ pub run grinder buildbot
49+ fi
4650 if [ -n " $COVERAGE_TOKEN " ] ; then
4751 coveralls-lcov --repo-token=" ${COVERAGE_TOKEN} " lcov.info
4852 fi
You can’t perform that action at this time.
0 commit comments