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 something like:
build:
commands:
- pre-commit run --all-files
- |
for directory in $CODEBUILD_SRC_DIR/aws-*; 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-iot/buildspec.yml
Lines 9 to 15 in 75e2d55
Your CodeBuild config is not building anything. Please change this to something like:
The text was updated successfully, but these errors were encountered: