Skip to content
This repository was archived by the owner on Aug 21, 2019. It is now read-only.

Commit 31879c4

Browse files
committed
disable bionic builds
1 parent d95e696 commit 31879c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

molecule.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ dependency:
1111
docker:
1212
build_image: False
1313
containers:
14-
- name: bionic
15-
image: paulfantom/ubuntu-molecule
16-
image_version: 18.04
17-
privileged: true
18-
volume_mounts:
19-
- /sys/fs/cgroup:/sys/fs/cgroup:ro
14+
# - name: bionic
15+
# image: paulfantom/ubuntu-molecule
16+
# image_version: 18.04
17+
# privileged: true
18+
# volume_mounts:
19+
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
2020
- name: xenial
2121
image: paulfantom/ubuntu-molecule
2222
image_version: 16.04

0 commit comments

Comments
 (0)