change directory before kaniko step

This commit is contained in:
Torma Kristóf 2020-04-28 20:14:31 +02:00
parent b05aec4a3c
commit f07cd6c441

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