diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-07 15:07:45 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-07 15:07:45 -0200 |
commit | 0a6db402a19d95b854a2484c42e165a40034407f (patch) | |
tree | 4744fb6ef26e9174f2f6be405f06719aa24d23e6 /.tools/licensecheck.sh | |
parent | 06468bbdf29b899065f8ea038e9bec0271687484 (diff) | |
download | clientdata-0a6db402a19d95b854a2484c42e165a40034407f.tar.gz clientdata-0a6db402a19d95b854a2484c42e165a40034407f.tar.bz2 clientdata-0a6db402a19d95b854a2484c42e165a40034407f.tar.xz clientdata-0a6db402a19d95b854a2484c42e165a40034407f.zip |
Update CI to use TMW2 tools over EVOL tools.
Diffstat (limited to '.tools/licensecheck.sh')
-rwxr-xr-x | .tools/licensecheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/licensecheck.sh b/.tools/licensecheck.sh index 750caed1..f8dedf64 100755 --- a/.tools/licensecheck.sh +++ b/.tools/licensecheck.sh @@ -7,7 +7,7 @@ clientdata_init aptget_update aptget_install git-core gcc ca-certificates grep rm -rf tools -gitclone https://gitlab.com/evol evol-tools.git tools +gitclone https://gitlab.com/TMW2 evol-tools.git tools cd tools/licensecheck |