mirror of
https://github.com/mollyim/mollyim-insider-android.git
synced 2025-05-13 05:40:53 +01:00
20 lines
508 B
YAML
20 lines
508 B
YAML
services:
|
|
assemble:
|
|
image: reproducible-molly
|
|
build:
|
|
context: ..
|
|
command: :app:assembleRelease :app:bundleRelease --no-daemon
|
|
volumes:
|
|
- ./certs:/molly/app/certs:ro
|
|
- ./outputs:/molly/app/build/outputs
|
|
environment:
|
|
- GRADLE_OPTS
|
|
- CI_APP_TITLE
|
|
- CI_APP_FILENAME
|
|
- CI_PACKAGE_ID
|
|
- CI_BUILD_VARIANTS
|
|
- CI_FORCE_INTERNAL_USER_FLAG
|
|
- CI_MAPS_API_KEY
|
|
- CI_KEYSTORE_PATH
|
|
- CI_KEYSTORE_PASSWORD
|
|
- CI_KEYSTORE_ALIAS
|