]> git.openstreetmap.org Git - chef.git/commitdiff
Revert accidental commit
authorTom Hughes <tom@compton.nu>
Wed, 19 Feb 2025 22:42:01 +0000 (22:42 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 19 Feb 2025 22:42:01 +0000 (22:42 +0000)
.kitchen.yml

index 96c9d18a37ab91de48a4105c0c6507b481937e66..88cfc7459f11ce9962864dc4aa0ead5574ed77ca 100644 (file)
@@ -62,17 +62,6 @@ platforms:
         - RUN /usr/bin/apt-get install -y eatmydata
         - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload
 
-lifecycle:
-  pre_create: |
-    if command -v podman >/dev/null 2>&1; then
-      podman create --name chef-latest --replace docker.io/chef/chef:latest sh
-      podman start chef-latest
-    fi
-  post_destroy: |
-    if command -v podman >/dev/null 2>&1; then
-      podman container rm -v chef-latest
-    fi
-
 suites:
   - name: accounts
     run_list: