Skip to content

Instantly share code, notes, and snippets.

@huseyin
Last active August 6, 2016 22:12
Show Gist options
  • Save huseyin/f27d9552a11b58ee45b9fa1a29fefac8 to your computer and use it in GitHub Desktop.
Save huseyin/f27d9552a11b58ee45b9fa1a29fefac8 to your computer and use it in GitHub Desktop.
dart coffee example
container: "debian"
name: "coffee"
tag: "americano"
workdir: "/root/coffee"
deps:
lang: "deb"
packages:
- coffee
- milk
- glass
- water
- spoon
env: ["CANTEEN=/root/coffee"]
cmd: ["coffee-make", "$CANTEEN"]
logs:
attach_stdio: true
report_configs:
format: yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment