File tree Expand file tree Collapse file tree 2 files changed +10
-20
lines changed Expand file tree Collapse file tree 2 files changed +10
-20
lines changed Original file line number Diff line number Diff line change 1+ docker_builder :
2+ name : Test $INSTANCE
3+ env :
4+ matrix :
5+ - INSTANCE : debian-9
6+ - INSTANCE : debian-8
7+ - INSTANCE : ubuntu-1804
8+ - INSTANCE : ubuntu-1604
9+ bundle_install_script : bundle install
10+ verify_script : bundle exec kitchen verify $INSTANCE
Original file line number Diff line number Diff line change 11stages :
2- - test
32 - commitlint
43 - name : release
54 if : branch = master AND type != pull_request
65
7- sudo : required
8- cache : bundler
9- language : ruby
10-
11- services :
12- - docker
13-
14- # Make sure the instances listed below match up with
15- # the `platforms` defined in `kitchen.yml`
16- env :
17- matrix :
18- - INSTANCE : debian-9
19- - INSTANCE : debian-8
20- - INSTANCE : ubuntu-1804
21- - INSTANCE : ubuntu-1604
22-
23- script :
24- - bundle exec kitchen verify ${INSTANCE}
25-
266jobs :
277 include :
288 # Define the commitlint stage
You can’t perform that action at this time.
0 commit comments