Skip to content

Commit

Permalink
ci(travis): disable fastlane metadata validation job on PRs
Browse files Browse the repository at this point in the history
secrets are not available on PR builds from forks. The job however requires
secrets to be present.
  • Loading branch information
ashutoshgngwr committed May 22, 2020
1 parent cc22c87 commit b1e5cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
- TEST_PLATFORM="fastlane-metadata"
install: skip
script: bundle exec fastlane validate
if: env(TRAVIS_PULL_REQUEST) # because secrets are not available on fork branches
- <<: *fastlane-config
stage: deploy
script: bundle exec fastlane beta
Expand Down

0 comments on commit b1e5cfc

Please sign in to comment.