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:
committed by
Facebook Github Bot
parent
a884f1a4ac
commit
fd8d28ca11
@@ -16,5 +16,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 :android:bintrayUpload :fbjni:bintrayUpload :noop:bintrayUpload -PdryRun=false
|
||||
"$BASEDIR"/gradlew :android:bintrayUpload :noop:bintrayUpload -PdryRun=false
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user