This commit is contained in:
parent
d46b3689cc
commit
5dc6a7d579
|
@ -4,9 +4,9 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update --recursive --remote
|
- git submodule update --recursive --remote
|
||||||
- ls -lah
|
|
||||||
- pwd
|
|
||||||
build-hugo:
|
build-hugo:
|
||||||
image: klakegg/hugo:0.101.2-alpine
|
image: klakegg/hugo:0.101.2-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- ls -lah
|
||||||
|
- pwd
|
||||||
- hugo
|
- hugo
|
||||||
|
|
Loading…
Reference in a new issue