Skip to content

Commit

Permalink
quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jul 26, 2024
1 parent fcaa281 commit e4dbb29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ phases:
- aws ecr create-repository --repository-name mrt-opendj || echo 'ignore if exists...'
- aws ecr create-repository --repository-name mrt-init || echo 'ignore if exists...'
- aws ecr create-repository --repository-name mrt-database || echo 'ignore if exists...'
- BUILDCMD="buildx build --platform linux/arm64,linux/amd64 --push"
- BUILDCMD="build --push"
- BUILDCMD="buildx build --platform linux/arm64,linux/amd64 --push --quiet"
- BUILDCMD="build --push --quiet"

build:
on-failure: ABORT
Expand Down

0 comments on commit e4dbb29

Please sign in to comment.