Skip to content

Commit

Permalink
remove quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
rhalff committed Oct 17, 2019
1 parent acccaee commit 5819ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ build: &build
before_script:
- export BUILD_NAME=$TRAVIS_TAG
- export BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
- echo "$PLAY_STORE_UPLOAD_KEY" | base64 --decode > $TRAVIS_BUILD_DIR/android/app/key.jks
- echo "$PLAY_STORE_UPLOAD_KEY" | tr -d "'" | base64 --decode > $TRAVIS_BUILD_DIR/android/app/key.jks
script:
- if [[ $TRAVIS_TAG == "" ]]; then flutter build apk; else flutter build apk --build-name $BUILD_NAME --build-number $BUILD_NUMBER; fi
deploy:
Expand Down

0 comments on commit 5819ccd

Please sign in to comment.