mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-27 10:29:18 +08:00
covsubmit: avoid aborting when previous data are not present
This commit is contained in:
parent
e0d4e69cb9
commit
ead825720d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ set -e
|
|||
pre_submit_hook
|
||||
|
||||
## delete all previous tarballs
|
||||
rm proxmark3.all.*.tgz proxmark3.all.*.log
|
||||
rm -f proxmark3.all.*.tgz proxmark3.all.*.log
|
||||
|
||||
TODAY="$(date --date now +%Y%m%d.%H%M)"
|
||||
VERSION="0.1.$TODAY"
|
||||
|
|
Loading…
Reference in a new issue