chores(ci): use custom local image
All checks were successful
the build was successful

This commit is contained in:
Valentin Brandl 2018-08-15 15:34:13 +02:00
parent 3053ecd476
commit 017e4c7144
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -20,7 +20,7 @@ pipeline:
branch: master branch: master
build-dev: build-dev:
image: cbrgm/drone-hugo:latest image: local/drone-hugo:latest
buildDrafts: true buildDrafts: true
buildFuture: true buildFuture: true
buildExpired: true buildExpired: true
@ -30,7 +30,7 @@ pipeline:
branch: develop branch: develop
build-prod: build-prod:
image: cbrgm/drone-hugo:latest image: local/drone-hugo:latest
buildDrafts: false buildDrafts: false
buildFuture: false buildFuture: false
buildExpired: false buildExpired: false