mirror of https://github.com/google/oss-fuzz.git
Update sync.py
This commit is contained in:
parent
d0b0adfbcb
commit
2d96e79c92
|
@ -10,7 +10,6 @@ import xml.etree.ElementTree as ET
|
|||
|
||||
import jenkins
|
||||
|
||||
BUILD_BUCKET = 'clusterfuzz-builds'
|
||||
JENKINS_SERVER = ('localhost', 8080)
|
||||
|
||||
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
|
Loading…
Reference in New Issue