YAML_FILE_ERROR: mapping values are not allowed in this context at line 1

0

DOWNLOAD_SOURCE - YAML_FILE_ERROR: mapping values are not allowed in this context at line 1

Reference YAML file:

buildspec.yaml version: 0.2

phases: pre_build: commands: - echo Logging in to Amazon ECR... - $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION) build: commands: - echo Build started on date - echo Building the Docker image... - docker build -t web:1 . - docker tag web:1 020861552741.dkr.ecr.ap-southeast-1.amazonaws.com/hasib_cloud post_build: commands: - echo Build completed ondate` - echo Pushing the Docker image... - docker push 020861552741.dkr.ecr.ap-southeast-1.amazonaws.com/hasib_cloud ~

screenshot

  • Would you re-sharing your YAML and use ``` for the code block instead of `? There's an issue with your YAML, but it's hard to provide guidance with the current formatting.

没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容