From ee7a87afecb5432b44778d9def2bedbb2b4e6c40 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 14:34:17 +0330 Subject: [PATCH] cicd: merge list_images and setup_image stepcgs --- .drone.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 49ee42e..a06f729 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,13 +33,6 @@ steps: commands: - until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 . - - - name: list_images - image: docker:latest - volumes: - - name: dockersock - path: /var/run/docker.sock - commands: - docker images - name: echo_info