Update multi-apps examples
This commit is contained in:
@@ -52,6 +52,29 @@
|
||||
"image"
|
||||
],
|
||||
"evaluator": {
|
||||
"postconfig": [
|
||||
{
|
||||
"type": "execute",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"rm",
|
||||
"-rf",
|
||||
"/home/user/Desktop/presenter"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "execute",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"unzip",
|
||||
"/home/user/Desktop/presenter.zip",
|
||||
"-d",
|
||||
"/home/user/Desktop"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"func": "compare_image_list",
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
|
||||
Reference in New Issue
Block a user