From a05b3df2af135d457f45de0dff3763a27345cf44 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Wed, 3 Jul 2024 11:44:01 -0400 Subject: [PATCH] let's see if we can write modules --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a85b991..f718afc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - name: hugo image: code.ndumas.com/ndumas/hugo:latest commands: - - HUGO_CACHEDIR="/tmp/hugo_cache/" sh $DRONE_WORKSPACE/build.sh $DRONE_BRANCH + - HUGO_CACHEDIR="/$DRONE_WORKSPACE/hugo_cache/" sh $DRONE_WORKSPACE/build.sh $DRONE_BRANCH volumes: - name: go_module_cache path: /tmp/hugo_cache/