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:
committed by
Facebook Github Bot
parent
349e26fe20
commit
28f390c540
@@ -12,5 +12,5 @@ elif [ "$IS_SNAPSHOT" != "" ]; then
|
||||
exit 1
|
||||
else
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user