You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
It's completely possible, but you have to modify the lambda_function.py to pull it off.
Internally we added a "branches" variable that defaults to master but accepts a comma delimited list of branches to sync. We only wrote it into the git3pull function though, as that's what we use (because it already included the logic to zip up the .git metadata).
to use a modified version of the quickstart you will need to upload it to your own S3 bucket and then point QSS3BucketName and QSS3KeyPrefix to that bucket.
how we can use this quick start for branches other than master ?
The text was updated successfully, but these errors were encountered: