You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .kitchen.do.yml
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,6 @@ platforms:
47
47
lifecycle:
48
48
post_create:
49
49
- remote: sleep 10; while pgrep apt-get >/dev/null; do echo "Waiting for apt-get..."; sleep 5; done # let the installation of DO droplet-agent to finish and unlock dpkg
50
-
- name: ubuntu-18-04
51
-
driver_config:
52
-
image: ubuntu-18-04-x64
53
-
lifecycle:
54
-
post_create:
55
-
- remote: sleep 10; while pgrep apt-get >/dev/null; do echo "Waiting for apt-get..."; sleep 5; done # let the installation of DO droplet-agent to finish and unlock dpkg
0 commit comments