hugo docker image check: user & current directory
This commit is contained in:
parent
2b71e7680b
commit
a0153469f0
|
@ -12,7 +12,6 @@ steps:
|
||||||
- name: hugo
|
- name: hugo
|
||||||
image: cibuilds/hugo:0.64.1
|
image: cibuilds/hugo:0.64.1
|
||||||
commands:
|
commands:
|
||||||
- ls -lR .
|
|
||||||
- hugo --cacheDir /tmp -e staging -v -s .
|
- hugo --cacheDir /tmp -e staging -v -s .
|
||||||
|
|
||||||
- name: Compress-the-Assets
|
- name: Compress-the-Assets
|
||||||
|
@ -67,7 +66,7 @@ steps:
|
||||||
- name: hugo
|
- name: hugo
|
||||||
image: cibuilds/hugo:0.64.1
|
image: cibuilds/hugo:0.64.1
|
||||||
commands:
|
commands:
|
||||||
- ls -lR .
|
- pwd && id & ls -lR /drone/src
|
||||||
- hugo --cacheDir /tmp -e staging -v -s .
|
- hugo --cacheDir /tmp -e staging -v -s .
|
||||||
|
|
||||||
- name: Compress-the-Assets
|
- name: Compress-the-Assets
|
||||||
|
|
Loading…
Reference in New Issue