Skip to content

Commit c8c7f9f

Browse files
committed
build
1 parent 9abc811 commit c8c7f9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/fresh_build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,10 @@ build_integration_test_images() {
291291
build_it_image mrt-minio-it-with-content/docker-compose.yml ${ECR_REGISTRY}/mrt-minio-it-with-content:dev
292292
build_it_image merritt-tomcat/docker-compose.yml ${ECR_REGISTRY}/merritt-tomcat:dev
293293
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
294+
if [[ -f fakesmtp ]]
295+
then
296+
build_it_image fakesmtp/docker-compose.yml ${ECR_REGISTRY}/fakesmtp:dev
297+
fi
295298
}
296299

297300
check_maven_profile() {

0 commit comments

Comments
 (0)