Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
oops
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 8 Jul 2018 15:21:25 +0000 (17:21 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 8 Jul 2018 15:21:25 +0000 (17:21 +0200)
tools/jenkins/Coverage.sh

index 85cb60d..2d3de6f 100755 (executable)
@@ -91,7 +91,7 @@ if [ -f Testing/TAG ] ; then
 
 
    #upload files to codacy. CODACY_PROJECT_TOKEN must be setup !
-   if ! [-z $CODACY_PROJECT_TOKEN ]
+   if ! [ -z $CODACY_PROJECT_TOKEN ]
    then 
      for report in $WORKSPACE/java_cov*
      do