diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-09 16:39:20 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-09 16:39:20 -0200 |
commit | c818443c94384fcf3d440cbe154cfcc9e0a7453d (patch) | |
tree | 407b881783530f7ec3cda97a4da956d9d8bd7145 | |
parent | 760305fc0ad173b34c92749d9b6d6e9fcd3571d0 (diff) | |
download | clientdata-c818443c94384fcf3d440cbe154cfcc9e0a7453d.tar.gz clientdata-c818443c94384fcf3d440cbe154cfcc9e0a7453d.tar.bz2 clientdata-c818443c94384fcf3d440cbe154cfcc9e0a7453d.tar.xz clientdata-c818443c94384fcf3d440cbe154cfcc9e0a7453d.zip |
Disable CONTRIBUTORS CI test, while still printing we need to do it.
-rwxr-xr-x | .tools/contributors.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.tools/contributors.sh b/.tools/contributors.sh index 6761f77b..0ca0ab2f 100755 --- a/.tools/contributors.sh +++ b/.tools/contributors.sh @@ -1,5 +1,9 @@ #!/bin/bash +echo "[FIXME][TODO] Our project is not using contributors check." +echo "[FIXME][TODO] This is an important error. We must auto-check licenses!" +exit 0 + source ./.tools/init.sh clientdata_init |