The command 'rm -rf gtkdatabox-1.0.0.tar.gz' is run inside the folder gtkdatabox-1.0.0 and there is no archive to delete.
cd one level up and call rm command only afterwards. Switch also from cd to pushd/popd.
PR Type
[x] Bug fix (change that fixes an issue)
[ ] New feature (change that adds new functionality)
[ ] Breaking change (has dependencies in other repos or will cause CI to fail)
PR Checklist
[x] I have performed a self-review of the changes
[ ] I have commented my code, at least hard-to-understand parts
[ ] I have built Kuiper Linux image with the changes
[ ] I have tested new image in hardware, on relevant boards
[x] I have signed off all commits from this PR
[ ] I have updated the documentation (wiki pages, ReadMe etc)
Pull Request Description
The command 'rm -rf gtkdatabox-1.0.0.tar.gz' is run inside the folder gtkdatabox-1.0.0 and there is no archive to delete. cd one level up and call rm command only afterwards. Switch also from cd to pushd/popd.
PR Type
PR Checklist