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:14:31 +02:00
parent b05aec4a3c
commit f07cd6c441

View File

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