forked from openlp/openlp
fix regex
This commit is contained in:
parent
eb27eead4c
commit
a134543e7d
@ -50,7 +50,7 @@ from jenkins import Jenkins
|
||||
|
||||
|
||||
JENKINS_URL = 'http://ci.openlp.org/'
|
||||
REPO_REGEX = r'(.*+)(~.*)'
|
||||
REPO_REGEX = r'(.*/+)(~.*)'
|
||||
|
||||
|
||||
class OpenLPJobs(object):
|
||||
|
Loading…
Reference in New Issue
Block a user