mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-02 08:49:21 +00:00
don't fail to delete if sqlite zip does not exist
This commit is contained in:
parent
e8b43455ed
commit
3d9a0665d5
@ -4,7 +4,7 @@ set -e
|
||||
cd /tmp
|
||||
|
||||
# cleanup previously downloaded and unpacked files.
|
||||
rm sqlite-autoconf-3081101.tar.gz
|
||||
rm -rf sqlite-autoconf-3081101.tar.gz
|
||||
rm -rf sqlite-autoconf-3081101
|
||||
|
||||
# download sqlite
|
||||
|
Loading…
Reference in New Issue
Block a user