Increase verbosity (#282)

Summary:
Apparently, `--quiet` is *too* quiet on "dumb" terminals,
staying quiet for longer than 10 minutes on Circle CI, causing
the jobs to fail.
Pull Request resolved: https://github.com/facebook/flipper/pull/282

Reviewed By: jknoxville

Differential Revision: D10083183

Pulled By: passy

fbshipit-source-id: 6d006ab8aa2954d72d545bcef5d9e2d863a9f6a3
This commit is contained in:
Pascal Hartig
2018-09-27 05:34:46 -07:00
committed by Facebook Github Bot
parent 349e26fe20
commit 28f390c540

View File

@@ -12,5 +12,5 @@ elif [ "$IS_SNAPSHOT" != "" ]; then
exit 1 exit 1
else else
openssl aes-256-cbc -d -in scripts/bintray-publish-keys.enc -k "$ANDROID_PUBLISH_KEY" >> "$BASEDIR/gradle.properties" openssl aes-256-cbc -d -in scripts/bintray-publish-keys.enc -k "$ANDROID_PUBLISH_KEY" >> "$BASEDIR/gradle.properties"
"$BASEDIR"/gradlew bintrayUpload --quiet -PdryRun=false "$BASEDIR"/gradlew bintrayUpload -PdryRun=false
fi fi