Repo cloned
This commit is contained in:
commit
496ae75f58
7988 changed files with 1451097 additions and 0 deletions
19
reproducible-builds/docker-compose.yml
Normal file
19
reproducible-builds/docker-compose.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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_KEYSTORE_PATH
|
||||
- CI_KEYSTORE_PASSWORD
|
||||
- CI_KEYSTORE_ALIAS
|
||||
Loading…
Add table
Add a link
Reference in a new issue