brentley/ecsdemo-frontend

failed to create: [Pipeline, PipelineFailedEventRule, PipelineSucceededEventRule]

Opened this issue · 0 comments

Facing an error as I tried to run this step (https://ecsworkshop.com/frontend/frontend/)

screenshot 2018-10-22 15 00 56

Current workaround/solution
Apparently, i use the https://github.com/ykbryan/ecsdemo-platform.git to clone the frontend repo and the way to fix it is to clone with SSH git@github.com:ykbryan/ecsdemo-platform.git or config the remote origin url to git@github.com:ykbryan/ecsdemo-platform.git

Command I ran in my cloud9 environment:

bryanchua:~/environment/ecsdemo-frontend (master) $ git remote set-url origin git@github.com:ykbryan/ecsdemo-platform.git

No more error, but I think there might be others who face the same issue - use HTTPS to clone instead.