Trying to debug the script

这个提交包含在:
alistair3149 2019-12-30 19:00:13 -05:00
父节点 e822004fe5
当前提交 4eaf207f4c
找不到此签名对应的密钥
GPG 密钥 ID: 94D081060FD3DD9C
共有 1 个文件被更改,包括 2 次插入0 次删除

查看文件

@ -7,6 +7,8 @@ root=$( dirname $0 )/..
$root/vendor/bin/phpcbf $@
exit=$?
echo $?
# Exit code 1 is used to indicate that all fixable errors were fixed correctly.
if [[ $exit == 1 ]]; then
exit=0