根据我的搜索,只有当根文件夹中不存在
buildspec.yaml
文件时才会发生这种情况。但在我的存储库中,buildspec.yaml
文件位于根文件夹中。
使用 AWS CodeBuild 构建代码时,它抛出以下图像。
CODEBUILD_SRC_DIR=/codebuild/output/src
Phase complete: DOWNLOAD_SOURCE State: FAILED
Phase context status code: YAML_FILE_ERROR Message: stat /codebuild/output/src/buildspec.yml: no such file or directory
git repo 中的文件夹结构:
代码构建中的错误消息:
我可能犯了什么错误? 还有其他原因可能会导致此错误吗?
将 buildspec.yaml 的名称更改为 buildspec.yml 并尝试它将仅传递您的 buildspec 文件扩展名