Append pwd to PATH

This commit is contained in:
Wilko Manger 2019-07-28 11:08:54 +02:00
parent d7cef7d4cd
commit 8bc173d8ae
No known key found for this signature in database
GPG key ID: 0074D6604AA49A4A

View file

@ -36,7 +36,7 @@ Builds:
- echo 'BUILD_TYPE=fdroid' > .env
- echo 'SENTRY_DSN=https://4e306dcaabef4fd99a3e6a024a9747bb@sentry.pattle.im/9'
- 'echo "version: $$VERSION$$+$$VERCODE$$" >> pubspec.yaml'
- export PATH="$$flutter$$/bin:$PATH"
- export PATH="$(pwd)/$$flutter$$/bin:$PATH"
- echo 'android { flavorDimensions "deploy"; productFlavors { fdroid { signingConfig
null } }; android.applicationVariants.all { variant -> if (variant.flavorName
== "fdroid") { variant.outputs.all { output -> output.outputFileName = "app-fdroid-release.apk"