circle.yml in fastlane-plugin-apprepo-0.2.0 vs circle.yml in fastlane-plugin-apprepo-0.3.0
- old
+ new
@@ -5,24 +5,22 @@
dependencies:
pre:
- gem install bundler
- gem install fastlane
- bundle update
- - COVERALLS_REPO_TOKEN=3gibQQGsuI6OVgOdth7jMxhsP7tRQw2FD
override:
- bundle install: # note ':' here
timeout: 180 # fail if command has no output for 3 minutes
test:
override:
- nslookup repo.teacloud.net
- - ruby ./lib/fastlane/plugin/apprepo.rb
- - ruby ./lib/fastlane/plugin/apprepo.rb download_manifest
- - ruby ./lib/fastlane/plugin/apprepo.rb submit
- - COVERALLS_REPO_TOKEN=5NIxBldNBfJzPgvlQnVojxNNW0197fUUf RAILS_ENV=test bundle exec rspec
- - COVERALLS_REPO_TOKEN=3gibQQGsuI6OVgOdth7jMxhsP7tRQw2FD RAILS_ENV=test bundle exec rspec
- - COVERALLS_REPO_TOKEN=3gibQQGsuI6OVgOdth7jMxhsP7tRQw2FD RAILS_ENV=test bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
+ - fastlane add_plugin apprepo
+ - fastlane apprepo run
+ - fastlane apprepo download_manifest
+ - fastlane apprepo submit
+ - COVERALLS_REPO_TOKEN=5NIxBldNBfJzPgvlQnVojxNNW0197fUUf RAILS_ENV=test bundle exec rspec
- curl -X POST --data-urlencode 'payload={"text":"CirleCI Integration Completed."}' https://hooks.slack.com/services/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
## Custom notifications
notify:
webhooks:
\ No newline at end of file