From 22b5971c3e84f942012f05e41d3552a020e2f4cc Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Wed, 3 Jul 2024 11:42:58 -0400 Subject: [PATCH] getting closer --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b7a2ecb..a85b991 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,7 @@ steps: - name: hugo image: code.ndumas.com/ndumas/hugo:latest commands: - - echo $DRONE_BRANCH - - HUGO_CACHEDIR="/tmp/hugo_cache/" bash $DRONE_WORKSPACE/build.sh $DRONE_BRANCH + - HUGO_CACHEDIR="/tmp/hugo_cache/" sh $DRONE_WORKSPACE/build.sh $DRONE_BRANCH volumes: - name: go_module_cache path: /tmp/hugo_cache/