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:59 +02:00
parent 6825efca87
commit 2d326d79f4

View File

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