chore: tie functional tests to aws cli version linux-x86_64-2.22.35

There was a breaking change in latest awscli. This will tie the tests
to the known working version until we can get a more permanenet fix
for aws cli in place.
This commit is contained in:
Ben McClelland
2025-01-20 13:56:10 -08:00
parent a0f67936d0
commit fad19579ad

View File

@@ -16,7 +16,7 @@ jobs:
cp tests/.secrets.default tests/.secrets
docker build \
--build-arg="GO_LIBRARY=go1.23.1.linux-amd64.tar.gz" \
--build-arg="AWS_CLI=awscli-exe-linux-x86_64.zip" \
--build-arg="AWS_CLI=awscli-exe-linux-x86_64-2.22.35.zip" \
--build-arg="MC_FOLDER=linux-amd64" \
--progress=plain \
-f tests/Dockerfile_test_bats \