switch to own hugo ci image

This commit is contained in:
Robert Kaussow 2021-05-06 22:42:10 +02:00
parent 82419c6d34
commit 85905aaa2f
No known key found for this signature in database
GPG key ID: 65362AE74AF98B61

View file

@ -17,10 +17,10 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: klakegg/hugo:0.83.1-ext-alpine-ci
image: thegeeklab/hugo:0.83.1
commands:
- mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc
- hugo-official -s exampleSite/ -b http://localhost/
- hugo -s exampleSite/ -b http://localhost/
- name: html-validation
image: thegeeklab/vnu
@ -189,9 +189,9 @@ steps:
- refs/pull/**
- name: build
image: klakegg/hugo:0.83.1-ext-alpine-ci
image: thegeeklab/hugo:0.83.1
commands:
- hugo-official -s exampleSite/
- hugo -s exampleSite/
- name: beautify
image: node:lts-alpine
@ -270,6 +270,6 @@ depends_on:
---
kind: signature
hmac: 94350b9d55d9bb4b841fc6fd2b10b9a7589c416371b5693aa1e99ffd9171634f
hmac: 2c0c709a64128fd42c47d3549184ac29e2225be8de1953fa2e72b63aa0b7e871
...