Skip to content

Commit

Permalink
err handling
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 21, 2024
1 parent d606af4 commit 70da109
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,7 @@ phases:
docker build --push --quiet \
-t ${ECR_REGISTRY}/callback \
mrt-services/callback
post_build:
# this build may fail due to rate limits
on-failure: CONTINUE
commands:
- |
docker build --push --quiet \
-t ${ECR_REGISTRY}/fakesmtp:dev \
--push mrt-inttest-services/fakesmtp
--push mrt-inttest-services/fakesmtp || echo "dockerhub rate limiting may occur"

0 comments on commit 70da109

Please sign in to comment.