Automatically release noop packages

Summary: This is used by the public Circle CI release task.

Reviewed By: jknoxville

Differential Revision: D15149586

fbshipit-source-id: de631f930649fdbe582d525874ac6a6bf1fd4bad
This commit is contained in:
Pascal Hartig
2019-05-01 08:32:58 -07:00
committed by Facebook Github Bot
parent 00a7cd9f60
commit cfb4f52359

View File

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