Where is Git sync cloning the repository?

0

Hi guys,

I used Git sync feature for AWS CloudFormation to deploy a stack from GitHub, but I'd like to know about the first event that says the following: Event: Clone started Event type: CLONE_STARTED

Event

Where is it getting cloned?

Thanks

Sixa

Sixa
asked a month ago370 views
1 Answer
1

CloudFormation will make a copy of the source files from your Git repository(in your case the github repository) by cloning the repository to get a copy CLONE_STARTED says the event started.

See this link additional info

HTH

AWS
jay-aws
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions