Skip to content

Commit 273b3ae

Browse files
Fixing README.md
1 parent 4376766 commit 273b3ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Attributes
2222
Customize the attributes to set ruby version requirements of AWS aws-codedeploy-agent (currently 2.0.0-p645)
2323

2424
#### aws-codedeploy-agent::default
25+
2526
<table>
2627
<tr>
2728
<th>Key</th>
@@ -66,6 +67,7 @@ kitchen verify aws-codedeploy-agent-ubuntu-1604
6667
```
6768

6869
To test the cookbook on AWS instances use:
70+
6971
```bash
7072
KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen list
7173
KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen verify aws-codedeploy-agent-ubuntu-1604-aws
@@ -77,6 +79,7 @@ KITCHEN_YAML=.kitchen-aws.yml bundle exec kitchen verify aws-codedeploy-agent-am
7779
```
7880

7981
To test all at once:
82+
8083
```bash
8184
AWS_PROFILE=continuousphp-ami KITCHEN_YAML=.kitchen-aws.local.yml bundle exec kitchen verify -c 5
8285
```

0 commit comments

Comments
 (0)