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/