diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-08-01 06:30:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-01 06:30:56 -0300 |
commit | 8288891d781bc33c79ff59e733eb044d98c6e00e (patch) | |
tree | 1d3545ddfe6a275a572818dab0326a3031cbf507 | |
parent | c25ebeca28af528ad488c3548a18407b5744b627 (diff) | |
download | tools-8288891d781bc33c79ff59e733eb044d98c6e00e.tar.gz tools-8288891d781bc33c79ff59e733eb044d98c6e00e.tar.bz2 tools-8288891d781bc33c79ff59e733eb044d98c6e00e.tar.xz tools-8288891d781bc33c79ff59e733eb044d98c6e00e.zip |
Clear artifacts
-rwxr-xr-x | update/pseudo_update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update/pseudo_update.sh b/update/pseudo_update.sh index 7824fcc..01d764b 100755 --- a/update/pseudo_update.sh +++ b/update/pseudo_update.sh @@ -6,6 +6,7 @@ dir=`pwd` previous=`cat commit.txt` +rm ../tools/update/upload/Bugfix-TMW2.zip cd ../../client-data head=`git log --pretty=oneline -n 1 | awk '{print $1}'` |