Skip to content

Commit

Permalink
[infra] do not ignore zip paths (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikea committed Dec 20, 2016
1 parent a55fd5a commit 274fb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/libfuzzer-pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def call(body) {
def sanitizer = sanitizers[i]
dir (sanitizer) {
def zipFile = "$projectName-$sanitizer-${date}.zip"
sh "zip -j $zipFile *"
sh "zip -r $zipFile *"
sh "gsutil cp $zipFile gs://clusterfuzz-builds/$projectName/"
def stampedSrcmap = "$projectName-$sanitizer-${date}.srcmap.json"
sh "cp $srcmapFile $stampedSrcmap"
Expand Down

0 comments on commit 274fb85

Please sign in to comment.