From e553b88af5c32193f72eb64334dc74dac22daec9 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 29 Jun 2024 19:12:12 +0200 Subject: [PATCH] Fix typo. (#904) --- tests/utils/shippable/remote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/shippable/remote.sh b/tests/utils/shippable/remote.sh index bdd8ad56..d6298f1c 100755 --- a/tests/utils/shippable/remote.sh +++ b/tests/utils/shippable/remote.sh @@ -18,7 +18,7 @@ fi force_python="" if [[ "${version}" =~ -pypi-latest$ ]]; then version="${version/-pypi-latest}" - echo 'force_docker_sdk_for_python_pypi: true' >> tests/integration/interation_config.yml + echo 'force_docker_sdk_for_python_pypi: true' >> tests/integration/integration_config.yml if [ "${platform}" == "rhel" ] && [[ "${version}" =~ ^8\. ]]; then # Use Python 3.8 on RHEL 8.x - TODO: this might be no longer necessary for high enough minor version! Check! force_python="--python 3.8"