Skip to content

Commit

Permalink
Use centos version that doesn't have broken systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jul 2, 2020
1 parent 12ddcbe commit 0ef9ad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ appveyor.yml:
delete: true
spec/acceptance/nodesets/centos-6.yml:
delete: true
spec/acceptance/nodesets/centos-8.yml:
image: centos:8.1.1911
spec/acceptance/nodesets/debian-8.yml:
delete: true
spec/acceptance/nodesets/debian-10.yml:
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/centos-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HOSTS:
- agent
platform: el-8-x86_64
hypervisor: docker
image: centos:8
image: centos:8.1.1911
docker_preserve_image: true
docker_cmd:
- '/usr/sbin/init'
Expand Down

0 comments on commit 0ef9ad9

Please sign in to comment.