mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-06 02:16:45 +00:00
Don't fail on trying to remove nonexisting file
This commit is contained in:
parent
d77f09087d
commit
7b8c5d0358
@ -600,7 +600,7 @@ jobs:
|
||||
command: |
|
||||
# Work around CircleCI not supporting globbing in store_artifacts
|
||||
mkdir -p /tmp/debian-13-package/dist
|
||||
rm /tmp/debian-13-package/dist/tahoe-lafs_*.deb
|
||||
rm -f /tmp/debian-13-package/dist/tahoe-lafs_*.deb
|
||||
mv /tmp/debian-13-package/tahoe-lafs_*.deb /tmp/debian-13-package/dist/
|
||||
dpkg -i /tmp/debian-13-package/dist/tahoe-lafs_*.deb
|
||||
- run:
|
||||
|
Loading…
x
Reference in New Issue
Block a user