change directory before kaniko step
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2020-04-28 20:13:55 +02:00
parent 790cfa3a91
commit be8873956b
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ steps:
- pip3 install -r requirements.txt
- cd docs
- make html
- cd ..
- name: build-docs
image: banzaicloud/drone-kaniko