Page MenuHomeSoftware Heritage

circle.yml
No OneTemporary

circle.yml

---
dependencies:
cache_directories:
- '~/.rvm/rubies'
- 'vendor'
override:
- "./scripts/circle.bash bundle_install"
deployment:
bugfix:
branch: /^bugfix.*/
commands:
- "./scripts/circle.bash merge release/patch"
improvement:
branch: /^improvement.*/
commands:
- "./scripts/circle.bash merge release/patch"
master:
branch: master
commands:
- "./scripts/circle.bash merge release/latest"
- "./scripts/circle.bash deploy"
patch_release:
branch: release/patch
commands:
- "./scripts/circle.bash merge release/minor"
machine:
services:
- docker
notify:
webhooks:
-
url: "https://webhooks.gitter.im/e/da8c065419a91983f0cf"
test:
override:
- ./scripts/circle.bash unit_tests:
parallel: true
- ./scripts/circle.bash acceptance_tests:
parallel: true

File Metadata

Mime Type
text/plain
Expires
Sat, Jun 21, 5:53 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3401032

Event Timeline