mirror of https://github.com/google/oss-fuzz.git
adding --no-cache to docker build
This commit is contained in:
parent
089add6e8b
commit
7c11d15cdc
|
@ -63,7 +63,7 @@ def call(body) {
|
|||
.getPath();
|
||||
}
|
||||
|
||||
sh "docker build -t $dockerTag -f $dockerfile $dockerContextDir"
|
||||
sh "docker build --no-cache -t $dockerTag -f $dockerfile $dockerContextDir"
|
||||
|
||||
def revText = groovy.json.JsonOutput.toJson(revisions)
|
||||
writeFile file: revisionsFile, text: revText
|
||||
|
|
Loading…
Reference in New Issue