Commit 81024fdb authored by Luhan Wang's avatar Luhan Wang

add create VM

parent f2998b12
...@@ -59,7 +59,7 @@ pipeline { ...@@ -59,7 +59,7 @@ pipeline {
steps { steps {
script { script {
echo "create an VM for testing" echo "create an VM for testing"
sh './createVM.sh' sh './ci-scripts/createVM.sh'
} }
} }
} }
......
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