Skip to content

Commit

Permalink
Upload build stats to the server (facebook#11880)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Dec 18, 2017
1 parent ef9f1b6 commit e40f6a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/circleci/upload_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if [ -z $CI_PULL_REQUEST ] && [ -n "$BUILD_SERVER_ENDPOINT" ]; then
-F "react-dom.production.min=@build/dist/react-dom.production.min.js" \
-F "react-dom-server.browser.development=@build/dist/react-dom-server.browser.development.js" \
-F "react-dom-server.browser.production.min=@build/dist/react-dom-server.browser.production.min.js" \
-F "results.json=@build/../scripts/rollup/results.json" \
-F "commit=$CIRCLE_SHA1" \
-F "date=`git log --format='%ct' -1`" \
-F "pull_request=false" \
Expand Down

0 comments on commit e40f6a9

Please sign in to comment.