Optimize submodule step in Drone CI
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7060190cec
commit
eaed4b249d
|
@ -7,8 +7,7 @@ steps:
|
||||||
image: klakegg/hugo:alpine
|
image: klakegg/hugo:alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache git
|
- apk add --no-cache git
|
||||||
- git submodule init
|
- git submodule update --init --single-branch --recursive
|
||||||
- git submodule update
|
|
||||||
- hugo
|
- hugo
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|
Loading…
Reference in a new issue