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
build-dev:
image: cbrgm/drone-hugo:latest
image: local/drone-hugo:latest
buildDrafts: true
buildFuture: true
buildExpired: true
@ -30,7 +30,7 @@ pipeline:
branch: develop
build-prod:
image: cbrgm/drone-hugo:latest
image: local/drone-hugo:latest
buildDrafts: false
buildFuture: false
buildExpired: false