circle.yml in fastlane-plugin-apprepo-0.3.3 vs circle.yml in fastlane-plugin-apprepo-0.3.6
- old
+ new
@@ -8,21 +8,28 @@
- gem install fastlane
- bundle update
override:
- bundle install: # note ':' here
- timeout: 180 # fail if command has no output for 3 minutes
+ timeout: 180 # fail if command has no output for 3 minutes
test:
- override:
+ override:
- nslookup repo.teacloud.net
- 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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
+ - 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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
+ post:
+ - curl -sSL https://download.sourceclear.com/ci.sh | sh
+ - curl -X POST --data-urlencode 'payload={"text":"Hello, World A!"}' https://hooks.slack.com/services/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
+ - curl -X POST --data-urlencode 'payload={"text":"Hello, World B!"}' -H 'Content-type: application/json' 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":"<https://slack.com>"}
\ No newline at end of file
+# 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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