hugo docker check: specify cache directory again

This commit is contained in:
Kazuhiro MUSASHI 2020-02-16 20:33:45 +07:00
parent ed2f61f63d
commit 6cb3aae739
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ steps:
user: root
image: cibuilds/hugo:0.64.1
commands:
- hugo -e staging -v -s .
- hugo --cacheDir /tmp -e staging -v -s .
- name: Compress-the-Assets
user: root