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
Your CodeBuild config is not building anything. Please change this to mimic this:
build:
commands:
- pre-commit run --all-files
- |
for directory in $CODEBUILD_SRC_DIR/*/; do
cd "$directory"
mvn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B clean verify --no-transfer-progress
done
The text was updated successfully, but these errors were encountered:
aws-cloudformation-resource-providers-redshift/buildspec.yml
Lines 9 to 14 in 322c91a
Your CodeBuild config is not building anything. Please change this to mimic this:
The text was updated successfully, but these errors were encountered: