Ubuntu Pastebin

Paste from Cory at Wed, 7 Dec 2016 22:58:01 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
[ubuntu@b41024302b88:/ … ster-MUUthq/tmpT3Cjgg] lxd:admin/bt4:1 $   head -n10 /home/ubuntu/matrix/matrix/matrix.yaml
#!/usr/bin/env matrix
"tests":
- "name": deployment
  "description": Deploy with Glitches
  "rules":
    - "do":
        "task": matrix.tasks.deploy
        "arg": "some value"
    - "after": deploy
      "periodic": 5
[ubuntu@b41024302b88:/ … ster-MUUthq/tmpT3Cjgg] lxd:admin/bt4:1 $   head -n2 matrix.log 
matrix:120:load_suites: Parsing /home/ubuntu/matrix/matrix/matrix.yaml
deploy:4:deploy: Deploying /tmp/bundletester-MUUthq/tmpT3Cjgg (some value)
Download as text