mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-09 17:15:31 +00:00
don't fail to delete if sqlite zip does not exist
This commit is contained in:
parent
e8b43455ed
commit
3d9a0665d5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -e
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|
||||||
# cleanup previously downloaded and unpacked files.
|
# cleanup previously downloaded and unpacked files.
|
||||||
rm sqlite-autoconf-3081101.tar.gz
|
rm -rf sqlite-autoconf-3081101.tar.gz
|
||||||
rm -rf sqlite-autoconf-3081101
|
rm -rf sqlite-autoconf-3081101
|
||||||
|
|
||||||
# download sqlite
|
# download sqlite
|
||||||
|
|
Loading…
Reference in a new issue