"vscode:/vscode.git/clone" did not exist on "3cc34db2bc1248452db069a31fc4bd502afd15a2"
Commit f6e9edf0 authored by Paul's avatar Paul
Browse files

Remove build arg

parent 80075bff
......@@ -19,9 +19,9 @@ def rocmtestnode(variant, name, body) {
}
stage("image ${variant}") {
try {
docker.build("${image}", "--build-arg .")
docker.build("${image}", ".")
} catch(Exception ex) {
docker.build("${image}", "--build-arg --no-cache .")
docker.build("${image}", "--no-cache .")
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment