Skip to content

Commit 6b03ce5

Browse files
committed
Fix centos serverspec test configuration
OS_FAMILY should be redhat, not centos
1 parent 9d48139 commit 6b03ce5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf/console.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ dockerTest:
4242
OS_FAMILY: 'ubuntu'
4343
OS_VERSION: '16.04'
4444
image:
45+
':centos':
46+
OS_FAMILY: 'redhat'
4547
':alpine':
4648
PHP_MHASH: '0'
4749
PHP_REDIS: '0'

0 commit comments

Comments
 (0)