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"
|
||||
- cd ananke
|
||||
- ls
|
||||
# - name: submodule fetch
|
||||
# image: drone/git
|
||||
# commands:
|
||||
# - git submodule update --init --recursive
|
||||
- name: submodule fetch
|
||||
image: drone/git
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
- name: checking theme was fetched
|
||||
image: plugins/hugo
|
||||
commands:
|
||||
- cd themes
|
||||
- cd ananke
|
||||
- ls
|
||||
- name: Build
|
||||
image: plugins/hugo
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue