remove cleanup

This commit is contained in:
Mikhail Timofeev
2020-07-02 12:15:03 +03:00
parent b46e9c7adb
commit ec297381e7

View File

@@ -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