change directory before kaniko step
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2020-04-28 20:13:55 +02:00
parent 790cfa3a91
commit be8873956b

View File

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