We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abc811 commit c8c7f9fCopy full SHA for c8c7f9f
bin/fresh_build.sh
@@ -291,7 +291,10 @@ build_integration_test_images() {
291
build_it_image mrt-minio-it-with-content/docker-compose.yml ${ECR_REGISTRY}/mrt-minio-it-with-content:dev
292
build_it_image merritt-tomcat/docker-compose.yml ${ECR_REGISTRY}/merritt-tomcat:dev
293
build_it_image merritt-maven/docker-compose.yml ${ECR_REGISTRY}/merritt-maven:dev
294
- build_it_image fakesmtp/docker-compose.yml ${ECR_REGISTRY}/fakesmtp:dev
+ if [[ -f fakesmtp ]]
295
+ then
296
+ build_it_image fakesmtp/docker-compose.yml ${ECR_REGISTRY}/fakesmtp:dev
297
+ fi
298
}
299
300
check_maven_profile() {
0 commit comments