We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64963bd commit 6c37e54Copy full SHA for 6c37e54
integration/ecs_test
@@ -3,7 +3,7 @@ source common
3
4
5
ecs_create_instance() {
6
- do_command "aliyun ecs CreateInstance --ImageId ubuntu_16_0402_64_20G_alibase_20171227.vhd1 --InstanceType ecs.xn4.small" $1
+ do_command "aliyun ecs CreateInstance --ImageId ubuntu_16_0402_64_20G_alibase_20171227.vhd --InstanceType ecs.xn4.small" $1
7
}
8
9
ecs_start_instance() {
0 commit comments