test dir
This commit is contained in:
parent
9a6296d7b1
commit
5a6a69f8b4
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo "Checking Hugo version."
|
- echo "Checking Hugo version."
|
||||||
- hugo version
|
- hugo version
|
||||||
|
- name: Folder check
|
||||||
|
image: git/alpine
|
||||||
|
commands:
|
||||||
|
- echo "Checking folder"
|
||||||
|
- dir
|
||||||
- name: Build
|
- name: Build
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue