hugo docker image check: user & current directory

This commit is contained in:
Kazuhiro MUSASHI 2020-02-16 20:22:46 +07:00
parent 2b71e7680b
commit a0153469f0
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ steps:
- name: hugo
image: cibuilds/hugo:0.64.1
commands:
- ls -lR .
- hugo --cacheDir /tmp -e staging -v -s .
- name: Compress-the-Assets
@ -67,7 +66,7 @@ steps:
- name: hugo
image: cibuilds/hugo:0.64.1
commands:
- ls -lR .
- pwd && id & ls -lR /drone/src
- hugo --cacheDir /tmp -e staging -v -s .
- name: Compress-the-Assets