Skip to content

Commit

Permalink
fix: πŸ› ios testflight env file
Browse files Browse the repository at this point in the history
location in the root of project
  • Loading branch information
Radu Achim committed Jan 13, 2020
1 parent 9904406 commit a8c11ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
- gem update --system
install:
- bundle install
- pod install
- pod install && cd ..
script:
- |
echo "OPERATOR_URL=${OPERATOR_URL} DROPBOX_KEY=${PDS_KEY}" > .env
fastlane ios_testflight
cd ios && fastlane ios_testflight
- stage: deliver
name: "Build Docker image"
Expand Down

0 comments on commit a8c11ee

Please sign in to comment.