fetch and check ananke
This commit is contained in:
parent
64e24945f4
commit
f0cd3d5140
1 changed files with 10 additions and 4 deletions
14
.drone.yml
14
.drone.yml
|
@ -17,10 +17,16 @@ steps:
|
||||||
- echo "Checking ananke"
|
- echo "Checking ananke"
|
||||||
- cd ananke
|
- cd ananke
|
||||||
- ls
|
- ls
|
||||||
# - name: submodule fetch
|
- name: submodule fetch
|
||||||
# image: drone/git
|
image: drone/git
|
||||||
# commands:
|
commands:
|
||||||
# - git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
- name: checking theme was fetched
|
||||||
|
image: plugins/hugo
|
||||||
|
commands:
|
||||||
|
- cd themes
|
||||||
|
- cd ananke
|
||||||
|
- ls
|
||||||
- name: Build
|
- name: Build
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue