[infra] upload srcmap first.

This commit is contained in:
Oliver Chang 2017-09-01 12:52:10 -07:00 committed by GitHub
parent 95d9054d00
commit 656548e737
1 changed files with 7 additions and 7 deletions

View File

@ -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': [