mirror of https://github.com/google/oss-fuzz.git
[infra] upload srcmap first.
This commit is contained in:
parent
95d9054d00
commit
656548e737
|
@ -214,13 +214,6 @@ def get_build_steps(project_yaml, dockerfile_path):
|
|||
'cd {0} && zip -r {1} *'.format(out, zip_file)
|
||||
],
|
||||
},
|
||||
# upload binaries
|
||||
{'name': 'gcr.io/oss-fuzz-base/uploader',
|
||||
'args': [
|
||||
os.path.join(out, zip_file),
|
||||
upload_url,
|
||||
],
|
||||
},
|
||||
# upload srcmap
|
||||
{'name': 'gcr.io/oss-fuzz-base/uploader',
|
||||
'args': [
|
||||
|
@ -228,6 +221,13 @@ def get_build_steps(project_yaml, dockerfile_path):
|
|||
srcmap_url,
|
||||
],
|
||||
},
|
||||
# upload binaries
|
||||
{'name': 'gcr.io/oss-fuzz-base/uploader',
|
||||
'args': [
|
||||
os.path.join(out, zip_file),
|
||||
upload_url,
|
||||
],
|
||||
},
|
||||
# cleanup
|
||||
{'name': image,
|
||||
'args': [
|
||||
|
|
Loading…
Reference in New Issue