Fix current master release

It's wallaby now.

Change-Id: If4046f7cd5567e315056c1bd5738bc818469090a
This commit is contained in:
Thomas Bechtold 2020-10-20 10:03:40 +02:00 committed by Javier Peña
parent 7fea3fa052
commit 668aaf91d5

View File

@ -26,7 +26,7 @@ import yaml
import json
# the current 'in development' release
CURRENT_MASTER = 'victoria'
CURRENT_MASTER = 'wallaby'
# the host where to query for open reviews
GERRIT_HOST = 'https://review.opendev.org'