Commit 8ef5ccac authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: dump entire ci-lint reponse

parent 0e2e85e0
Loading
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -4,6 +4,10 @@
    echo -e "[\e[1;94mINFO\e[0m] $*"
  }

  function log_warn() {
    echo -e "[\\e[1;93mWARN\\e[0m] $*"
  }

  function log_error() {
    echo -e "[\e[1;91mERROR\e[0m] $*" >&2
  }
@@ -39,7 +43,7 @@
        log_info " ... valid"
      else
        log_error " ... invalid"
        echo "$cilint_resp" | jq -r '.errors[]'
        echo "$cilint_resp" | jq
        rc=1
      fi
    done