test: get latest version of CIV in aws.sh

instead of manually updating CIV version every once in a while. Get
always the latest version.

In CIV CI, this test runs before any change can be introduced into the
container image, so no unexpedted errors should come from the CIV side.
This commit is contained in:
Juan Abia 2022-08-29 16:22:42 +02:00 committed by Ondřej Budai
parent 7bf0277175
commit b11a493455

View file

@ -229,7 +229,7 @@ tee "${TEMPDIR}/resource-file.json" <<EOF
{
"ami": "$AMI_IMAGE_ID",
"region": "us-east-1",
"instance_type": "t3a.micro",
"instance_type": "t3.medium",
"username": "$SSH_USER",
"name": "civ-testing-image"
}