From ec297381e7a70f77783603eae9e9d63885c01b52 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Thu, 2 Jul 2020 12:15:03 +0300 Subject: [PATCH] remove cleanup --- images/linux/scripts/installers/aws-sam-cli.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/images/linux/scripts/installers/aws-sam-cli.sh b/images/linux/scripts/installers/aws-sam-cli.sh index 5fb7ee59e..bd689fd0a 100644 --- a/images/linux/scripts/installers/aws-sam-cli.sh +++ b/images/linux/scripts/installers/aws-sam-cli.sh @@ -23,10 +23,6 @@ python3 -m pip install setuptools python3 setup.py install sudo ln -sf ${Python3BinDir}/sam /usr/local/bin/sam -# Cleanup downloaded files -rm -rf $TarballPath -rm -rf /tmp/awslabs-aws-sam-cli* - # Run tests to determine that the software installed as expected echo "Testing to make sure that script performed as expected, and basic scenarios work" if ! sam --version; then