From 83c126d853c5520d58e1ebbd60c5394f957745e4 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 29 Dec 2023 09:37:07 +1100 Subject: [PATCH] test again --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index feb20ac..c689bda 100644 --- a/.drone.yml +++ b/.drone.yml @@ -71,4 +71,8 @@ steps: PLUGIN_CHMOD: false #PLUGIN_DEBUG: false PLUGIN_INCLUDE: ^smt$,^smt_checksum.txt$ - PLUGIN_EXCLUDE: ^\.git/$,^\controllers/$,^\middlewares/$,^\models/$,^\utils/$ \ No newline at end of file + PLUGIN_EXCLUDE: ^\.git/$,^\controllers/$,^\middlewares/$,^\models/$,^\utils/$ + +volumes: +- name: shared + temp: {} \ No newline at end of file