fix: CI scripts

This commit is contained in:
Christian Pauly 2020-12-08 14:46:47 +00:00
commit 5a61ea9ff1
17 changed files with 29 additions and 29 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh -ve
flutter channel stable
flutter upgrade
flutter pub get
@ -7,4 +7,4 @@ mkdir -p build/android
cp build/app/outputs/bundle/release/app-release.aab build/android/
cd android
bundle exec fastlane deploy_internal_test
cd ..
cd ..