I'm using AWS CodeBuild to build an express app configured with the plugin, I'm getting this error during build:
fatal: not a git repository (or any of the parent directories): .git.
Am I missing a specific configuration flag that I need to turn off?
I'm using AWS CodeBuild to build an express app configured with the plugin, I'm getting this error during build:
fatal: not a git repository (or any of the parent directories): .git.Am I missing a specific configuration flag that I need to turn off?