diff --git a/.drone.yml b/.drone.yml index 452c4df..ff5a965 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: thegeeklab/hugo:0.104.3 + image: thegeeklab/hugo:0.105.0 commands: - hugo --panicOnWarning -b http://localhost:8000/ @@ -51,7 +51,7 @@ steps: LINK_VALIDATOR_RETRIES: 3 - name: build - image: thegeeklab/hugo:0.104.3 + image: thegeeklab/hugo:0.105.0 commands: - hugo --panicOnWarning @@ -127,6 +127,6 @@ depends_on: --- kind: signature -hmac: 72779ce1443c7a4bf5b508bd69a8a87c17008341d30261602d0d0080ba1f6bdc +hmac: 0b9304513ddb3911087f261da41092321969b32185f4b308bae8443b08b0a380 ...