Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
部署到circle ci时无法解析config.yml文件中的YAML_Yaml_Config_Circleci_Lint - Fatal编程技术网

部署到circle ci时无法解析config.yml文件中的YAML

部署到circle ci时无法解析config.yml文件中的YAML,yaml,config,circleci,lint,Yaml,Config,Circleci,Lint,形势 我在个人项目中发出配置处理错误 成功 我添加了AWS s3和CloudFront,部署在circle ci上取得了成功 失败 我添加了导致错误的linting,但我没有使用tab t来表示错误 压痕 这是我的 错误 !/bin/sh -eo pipefail Unable to parse YAML while scanning for the next token found character '\\t(TAB)' that cannot start any toke

形势

  • 我在个人项目中发出配置处理错误
成功

  • 我添加了AWS s3和CloudFront,部署在circle ci上取得了成功
失败

  • 我添加了导致错误的linting,但我没有使用tab t来表示错误 压痕
这是我的

错误

!/bin/sh -eo pipefail
 Unable to parse YAML
 while scanning for the next token
 found character '\\t(TAB)' that cannot start any token. (Do not use \\t(TAB) for indentation)
  in 'string', line 57, column 34:
           - *show-current-branch-name\t
                                      ^
 
 -------
 Warning: This configuration was auto-generated to show you the message above.
 Don't rerun this job. Rerunning will have no effect.
false

第57行末尾有一个制表符。取下它,它就会通过