From b5309c3cfc4cfd9ae5f66fd6271d4adb2720315d Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Wed, 10 Aug 2022 07:42:24 +0000 Subject: [PATCH] No cheating on the cli... --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9297a94..1487985 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: # - docker image list - echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf - mv /etc/containers/storage.conf /etc/containers/storage.conf.bak && echo "[storage]\ndriver = \"vfs\"" >> /etc/containers/storage.conf - - podman --storage-driver vfs info + - podman info - cargo install cross --git https://github.com/cross-rs/cross - cross build --release --target aarch64-unknown-linux-gnu - ls -lahR target/