From f9a805c2fadb14408c333433189acdb951f8b7c2 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 14:10:45 +0330 Subject: [PATCH] cicd: remove wait for image step --- .drone.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index c2c1114..a29d7b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,11 +32,6 @@ steps: - until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 . - - name: wait_for_image - image: alpine - commands: - - sleep 5 - - name: list_images image: docker:latest volumes: