From e26f665a4517da953c5913b4979026f6fce3296c Mon Sep 17 00:00:00 2001 From: trevor Date: Sat, 28 Dec 2024 12:42:02 +0900 Subject: [PATCH] run_migrations socket volume removed --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 746c5adc..a6661bc7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,8 +27,6 @@ steps: image: docker:24 environment: MYSQL_PASSWORD: touchh - volumes: - - /var/run/docker.sock:/var/run/docker.sock commands: - chmod +x ./bin/cli - ./bin/cli migrate