Use python3 to run release note script
Use python3 when running the script to add release note page as part of the release process. Without that we get the following error: ``` 2020-12-26 16:58:15.569890 | ubuntu-focal | + python -c 'print('\''victoria'\''.title())' 2020-12-26 16:58:15.570573 | ubuntu-focal | /home/zuul/scripts/release-tools/add_release_note_page.sh: line 51: python: command not found ``` c.f http://lists.openstack.org/pipermail/release-job-failures/2020-December/001499.html Change-Id: I6a5a68570b8948692aa48f09003d26590ee621e4
This commit is contained in:
parent
9c059183f2
commit
8cf1665280
@ -48,7 +48,7 @@ $NEW_BRANCH.
|
||||
Sem-Ver: feature
|
||||
"
|
||||
|
||||
titlebranch=$(python -c "print('$SERIES'.title())")
|
||||
titlebranch=$(python3 -c "print('$SERIES'.title())")
|
||||
pagetitle="$titlebranch Series Release Notes"
|
||||
titlebar=`printf '%*s' "$(echo -n $pagetitle | wc -c)" | tr ' ' "="`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user