Remove fbjni from release script

Summary:
for_shame

Failing here: https://circleci.com/gh/facebook/flipper/1529

Reviewed By: danielbuechele

Differential Revision: D17375600

fbshipit-source-id: 9765b476f70f96a33e9ef6f4557fd062bedcfe61
This commit is contained in:
Pascal Hartig
2019-09-16 08:18:49 -07:00
committed by Facebook Github Bot
parent a884f1a4ac
commit fd8d28ca11

View File

@@ -16,5 +16,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 :android:bintrayUpload :fbjni:bintrayUpload :noop:bintrayUpload -PdryRun=false "$BASEDIR"/gradlew :android:bintrayUpload :noop:bintrayUpload -PdryRun=false
fi fi