diff --git a/.drone.yml b/.drone.yml index 33318e8..b064751 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: thegeeklab/hugo:0.97.3 + image: thegeeklab/hugo:0.105.0 commands: - hugo --panicOnWarning -b http://localhost:8000/ @@ -44,7 +44,7 @@ steps: LINK_VALIDATOR_RETRIES: 3 - name: build - image: thegeeklab/hugo:0.97.3 + image: thegeeklab/hugo:0.105.0 commands: - hugo --panicOnWarning @@ -83,6 +83,6 @@ trigger: --- kind: signature -hmac: 7f200f05b4a2c0a3d716a9f704549a0d1b9b07e4a81ef273492489c1d641908d +hmac: c20119ad59c3ad54f583cf96eb0de426355a9e4996e8214687356789be23709e ...