[gates] Fix tox command issue to unblock gate

The error Info:
  py.error.EACCES: [Permission denied]: mkdir('/home/zuul/src/opendev.org/openstack/rally-openstack/.tox',)

looks it is access right issue.

Change-Id: Ib68711fad110ca7ab58274aa654cb433d371f2d6
This commit is contained in:
chenhb 2019-06-28 17:01:37 +08:00 committed by Andrey Kurilin
parent 975ec75381
commit 8918b76bd2

View File

@ -5,6 +5,6 @@
executable: /bin/sh
cmd: |
set -e
cd {{ zuul.project.src_dir }}
cd /opt/stack/rally-openstack
export REQUESTS_CA_BUNDLE=/opt/stack/data/ca-bundle.pem
tox -e {{ rally_tox_env }}