diff --git a/.drone.yml b/.drone.yml index 432e50e..f8a4d5b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: thegeeklab/hugo:0.105.0 + image: thegeeklab/hugo:0.114.0 commands: - hugo --panicOnWarning -b http://localhost:8000/ @@ -51,7 +51,7 @@ steps: LINK_VALIDATOR_RETRIES: 3 - name: build - image: thegeeklab/hugo:0.105.0 + image: thegeeklab/hugo:0.114.0 commands: - hugo --panicOnWarning @@ -127,6 +127,6 @@ depends_on: --- kind: signature -hmac: 78c4777960d12da77c92f3cdfeb08411b2e6a2734f90a0d3095846a5cf72c070 +hmac: 73f94f8f757b935eb71b930d612d8c86d589a3e03cde8d2eaa2c40c1d3668397 ...