Skip to content

Commit 683a79d

Browse files
committed
change to post_create
1 parent 0213cec commit 683a79d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kitchen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ suites:
3131
provisioner: &default-provisioner
3232
policyfile: test/fixtures/policies/default.rb
3333
lifecycle:
34-
post_converge:
35-
- remote: mkdir -p /data
34+
post_create:
35+
- remote: sudo mkdir -p /data
3636
- name: test_unauthenticated_metrics
3737
provisioner:
3838
<<: *default-provisioner

0 commit comments

Comments
 (0)