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