From 5bc9e15b2f48245602b853f8a222591d7623ca56 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 10 Jun 2021 20:46:47 +0800 Subject: [PATCH] improve drone --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 66db315f..e83df201 100644 --- a/.drone.yml +++ b/.drone.yml @@ -65,9 +65,11 @@ steps: commands: - make test-mysql - TEST_QUOTE_POLICY=reserved make test-mysql + volumes: - name: cache - temp: {} + host: + path: /tmp/cache services: - name: mysql