Skip to content

Commit

Permalink
Tidy up after Github Actions' changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
junghao committed Aug 14, 2023
1 parent add49c2 commit 731c6be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ for i in "$@"; do

docker build \
--build-arg=BUILD="$i" \
--build-arg=RUNNER_IMAGE="$RUNNER_IMAGE" \
--build-arg=BUILDER_IMAGE="$BUILDER_IMAGE" \
--build-arg=GIT_COMMIT_SHA="$VERSION" \
--build-arg=ASSET_DIR="./cmd/$i/assets" \
-t "${ACCOUNT}.dkr.ecr.ap-southeast-2.amazonaws.com/${i}:$VERSION" \
Expand Down
1 change: 1 addition & 0 deletions cmd/fdsn-quake-consumer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ func (n *notification) Process(msg []byte) error {
if err := e.save(); err != nil {
return fmt.Errorf("error saving SC3ML %s %s: %w", v.S3.Bucket.Name, v.S3.Object.Key, err)
}
log.Println("saved", e.PublicID)
}

return nil
Expand Down

0 comments on commit 731c6be

Please sign in to comment.