mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-29 03:17:59 +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
|
pre_submit_hook
|
||||||
|
|
||||||
## delete all previous tarballs
|
## 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)"
|
TODAY="$(date --date now +%Y%m%d.%H%M)"
|
||||||
VERSION="0.1.$TODAY"
|
VERSION="0.1.$TODAY"
|
||||||
|
|
Loading…
Reference in a new issue