Commit 5dd391b1 authored by Luhan Wang's avatar Luhan Wang

a

parent 71fda576
...@@ -101,7 +101,7 @@ pipeline { ...@@ -101,7 +101,7 @@ pipeline {
script { script {
// Stage destroy may not be run if error in previous stage // Stage destroy may not be run if error in previous stage
echo "Remove VM, clean up" echo "Remove VM, clean up"
sh "./ci-scripts/removeVM.sh" //sh "./ci-scripts/removeVM.sh"
} }
} }
success { success {
...@@ -116,4 +116,4 @@ pipeline { ...@@ -116,4 +116,4 @@ pipeline {
} }
} }
} }
} }
\ No newline at end of file
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