Fix build-openstack-releasenotes job failure

Need switch to python3 path in order to meet the requirement.

Closes-Bug: 1880802

Change-Id: If9d9651054f8de4e5bf98137e24638cc77532a58
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
This commit is contained in:
Shuicheng Lin 2020-05-27 23:06:46 +08:00
parent 93702fbac6
commit 534f4b1b6c
1 changed files with 6 additions and 2 deletions

View File

@ -42,10 +42,14 @@
Runs the release notes test and publish jobs for StarlingX.
check:
jobs:
- build-openstack-releasenotes
- build-openstack-releasenotes:
vars:
sphinx_python: python3
gate:
jobs:
- build-openstack-releasenotes
- build-openstack-releasenotes:
vars:
sphinx_python: python3
post:
jobs:
- publish-stx-releasenotes