hugo docker check: specify cache directory again
This commit is contained in:
parent
ed2f61f63d
commit
6cb3aae739
|
@ -68,7 +68,7 @@ steps:
|
||||||
user: root
|
user: root
|
||||||
image: cibuilds/hugo:0.64.1
|
image: cibuilds/hugo:0.64.1
|
||||||
commands:
|
commands:
|
||||||
- hugo -e staging -v -s .
|
- hugo --cacheDir /tmp -e staging -v -s .
|
||||||
|
|
||||||
- name: Compress-the-Assets
|
- name: Compress-the-Assets
|
||||||
user: root
|
user: root
|
||||||
|
|
Loading…
Reference in New Issue