-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MythicalMysfitsServiceCodeBuildProject failes with an error #122
Comments
There are some changes that are required in the json file to create the CodeBuild Project: These errors could be a sign that those commands are looking for the AccountId and Region variables to be appropriately set but still have the placeholder values instead. |
Closing after inactivity. Please comment/reopen if the issue persists. |
@abaird986 the error happens in module-4 after this push: git commit -m "Update service code backend to enable additional website features." |
I've got the same error. The reason was
|
BUILD | Failed | COMMAND_EXECUTION_ERROR: Error while executing command: docker tag mythicalmysfits/service:latest $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/mythicalmysfits/service:latest. Reason: exit status 1
POST_BUILD | Failed | COMMAND_EXECUTION_ERROR: Error while executing command: docker push
$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/mythicalmysfits/service:latest. Reason: exit status 1
UPLOAD_ARTIFACTS | Failed | CLIENT_ERROR: no matching artifact paths found
Any ideas why am I getting this error?
The text was updated successfully, but these errors were encountered: