Skip to content

Commit

Permalink
Migrate the try-publish and build-pub-package tasks to args commands (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Jul 13, 2023
1 parent 33b44d2 commit d716fa3
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 304 deletions.
2 changes: 1 addition & 1 deletion tool/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ "$DARTDOC_BOT" = "sdk-docs" ]; then
echo "SDK docs process finished"
elif [ "$DARTDOC_BOT" = "flutter" ]; then
echo "Running flutter dartdoc bot"
dart run grinder validate-flutter-docs
dart run grinder build-flutter-docs
elif [ "$DARTDOC_BOT" = "packages" ]; then
echo "Running packages dartdoc bot"
PACKAGE_NAME=angular PACKAGE_VERSION=">=7.0.0" DARTDOC_PARAMS="--include=angular" dart run grinder build-pub-package
Expand Down
Loading

0 comments on commit d716fa3

Please sign in to comment.