Sha256: 4f649c0a6245736acf1fc472f93dab0457351bba87db9fabf7584fbc7a4da7fa
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
machine: ruby: version: 2.2.5 dependencies: pre: - gem install bundler - gem install fastlane - bundle update override: - bundle install: # note ':' here timeout: 180 # fail if command has no output for 3 minutes test: override: - nslookup repo.teacloud.net - fastlane add_plugin apprepo - fastlane apprepo run - fastlane apprepo download_manifest - fastlane apprepo submit - COVERALLS_REPO_TOKEN=dQDxuq9CdMJY5IWYmcFf8BdiHaUPFwZxQ 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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 post: - curl -sSL https://download.sourceclear.com/ci.sh | sh # - curl -X POST --data-urlencode 'payload={"text":"Hello, World B!"}' https://hooks.slack.com/services/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 ## Custom notifications # notify: # # webhooks: # - url: https://hooks.slack.com/services/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?payload={"text":"Hello, World!"} # - curl -X POST -H 'Content-type: application/json' --data '{"text":"Hello, World C!"}' https://hooks.slack.com/services/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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fastlane-plugin-apprepo-0.4.3 | circle.yml |