From 1216c3f1949e7e5939b7eb3efbcef549ac30ed01 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sun, 4 Jul 2021 08:49:46 +0200 Subject: [PATCH] fix(): Fixing duplication --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 246728e..5c7ff2e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,19 +3,19 @@ kind: pipeline name: default steps: -- name: clone +- name: test image: alpine/git commands: - git submodule update --init --recursive volumes: - - name: hugo-cache - path: /drone/src + - name: hugo-cache + path: /drone/src - name: build image: plugins/hugo volumes: - - name: hugo-cache - path: /drone/src + - name: hugo-cache + path: /drone/src settings: hugo_version: 0.84.4 validate: true