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.

Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande