mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
remove cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user