Append SENTRY_DSN to .env
This commit is contained in:
parent
8bc173d8ae
commit
b8f7e317d2
|
@ -34,7 +34,7 @@ Builds:
|
|||
- flutter@stable
|
||||
prebuild:
|
||||
- echo 'BUILD_TYPE=fdroid' > .env
|
||||
- echo 'SENTRY_DSN=https://4e306dcaabef4fd99a3e6a024a9747bb@sentry.pattle.im/9'
|
||||
- echo 'SENTRY_DSN=https://4e306dcaabef4fd99a3e6a024a9747bb@sentry.pattle.im/9' >> .env
|
||||
- 'echo "version: $$VERSION$$+$$VERCODE$$" >> pubspec.yaml'
|
||||
- export PATH="$(pwd)/$$flutter$$/bin:$PATH"
|
||||
- echo 'android { flavorDimensions "deploy"; productFlavors { fdroid { signingConfig
|
||||
|
|
Loading…
Reference in a new issue