Commit Graph

5 Commits

Author SHA1 Message Date
Pascal Hartig
e77bd6d243 Update env vars
Summary:
The new plugin removes previously deprecated variables and is failing during
snapshots:
https://app.circleci.com/pipelines/github/facebook/flipper/6930/workflows/f56c9ce8-4ddb-45d6-b9a6-6f0adbf82264/jobs/4272

Created with

```
openssl@1.1/bin/openssl aes-256-cbc -e -in out.txt -k $ANDROID_PUBLISH_KEY > gradle-publish-keys.enc
```

Reviewed By: cekkaewnumchai

Differential Revision: D28198155

fbshipit-source-id: f77d1821c906f9d5e3ef758209f3681b36ac65a4
2021-05-05 08:02:55 -07:00
Pascal Hartig
cf3cb0d08f Use CircleCI for SNAPSHOT deployment (#260)
Summary:
Per title. It actually works!
Pull Request resolved: https://github.com/facebook/flipper/pull/260

Reviewed By: jknoxville

Differential Revision: D9633320

Pulled By: passy

fbshipit-source-id: 10ee856977fa0a337972a472d41eb7a83075c39b
2018-09-04 04:28:20 -07:00
Pascal Hartig
5a970fde0d Encrypt secrets with openssl-1.0.1f
Summary:
Not encrypted with any OpenSSL version or LibreSSL, but with OpenSSL version one dot oh dot one eff.
Backwards-compatibility is hard.

Reviewed By: danielbuechele

Differential Revision: D9578686

fbshipit-source-id: 21c70b071d74cd37e6eb489cfff731efa314bbe6
2018-08-30 15:13:24 -07:00
Pascal Hartig
456e026257 Encrypt Travis secrets with LibreSSL
Summary:
Looks like Travis is running on an ancient version of OpenSSL which is incompatible with OpenSSL 1.1, which I used to encrypt the secrets.

See output here: https://travis-ci.org/facebook/flipper/jobs/422172610

Reviewed By: jknoxville, danielbuechele

Differential Revision: D9570729

fbshipit-source-id: 01ad282bbb614bb5d51e09f1b2e4f8d5eeabe2a9
2018-08-30 05:42:29 -07:00
Pascal Hartig
91b6cf1c6a Set up automatic android snapshot publishing
Summary:
Set up automatic publishing to Maven Snapshots if the current
VERSION_NAME ends in `-SNAPSHOT`.

Reviewed By: danielbuechele

Differential Revision: D9539838

fbshipit-source-id: 6e413fa3b02966946bb867eebe7ba8b863f291b9
2018-08-29 07:12:47 -07:00