From 4bf1d0e24c8bfe24a308854ff38d13cee934fdaf Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 13:34:52 +0330 Subject: [PATCH] cicd: attempt fix --- .drone.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 454a300..4ff8661 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,9 @@ workspace: path: /opt volumes: -- name: dockersock - temp: {} + - name: dockersock + host: + path: /var/run/docker.sock services: - name: docker @@ -23,10 +24,7 @@ services: steps: - name: setup_image - image: docker:dind - volumes: - - name: dockersock - path: /var/run + image: docker:latest commands: - until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 . @@ -37,18 +35,12 @@ steps: - sleep 5 - name: list_images - volumes: - - name: dockersock - path: /var/run image: docker:dind commands: - docker images - name: setup_conan - volumes: - - name: dockersock - path: /var/run - image: ubuntu_amd64 + image: ubuntu_amd64 environment: CONAN_REVISIONS_ENABLED: "1" commands: