Skip to content

Commit 6ea4a52

Browse files
authored
update CI script (#202)
1 parent 91c636f commit 6ea4a52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration/ecs_test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ do_command() {
3636
}
3737

3838
ecs_create_instance() {
39-
do_command "aliyun ecs CreateInstance --ImageId ubuntu_16_0402_64_20G_alibase_20171227.vhd --InstanceType ecs.xn4.small" $1
39+
do_command "aliyun ecs CreateInstance --ImageId ubuntu_18_04_64_20G_alibase_20190624.vhd --InstanceType ecs.xn4.small" $1
4040
}
4141

4242
ecs_start_instance() {

integration/ecs_test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function do_command() {
2525
}
2626

2727
function ecs_create_instance() {
28-
do_command "aliyun ecs CreateInstance --ImageId ubuntu_16_0402_64_20G_alibase_20171227.vhd --InstanceType ecs.xn4.small" $($args[0])
28+
do_command "aliyun ecs CreateInstance --ImageId ubuntu_18_04_64_20G_alibase_20190624.vhd --InstanceType ecs.xn4.small" $($args[0])
2929
}
3030

3131
function ecs_start_instance() {

0 commit comments

Comments
 (0)