Fix moving Mattermost-unsigned.apk from the right directory (#2020)

This commit is contained in:
Elias Nahum 2018-08-21 11:22:12 -03:00 committed by Harrison Healey
parent e9a24b538e
commit 8e46b0d810

View file

@ -215,7 +215,7 @@ unsigned-android: pre-run check-style prepare-android-build
fi
@echo "Building unsigned Android app"
@cd fastlane && NODE_ENV=production bundle exec fastlane android unsigned
@mv android/app/build/outputs/apk/app-unsigned-unsigned.apk ./Mattermost-unsigned.apk
@mv android/app/build/outputs/apk/unsigned/app-unsigned-unsigned.apk ./Mattermost-unsigned.apk
@ps -ef | grep -i "cli.js start" | grep -iv grep | awk '{print $$2}' | xargs kill -9
test: | pre-run check-style ## Runs tests