Skip to content

Commit

Permalink
add verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
utahta committed Dec 19, 2024
1 parent 1f9fa40 commit 713e0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build:
go build -o $(BINDIR)/wrench .

setup-emulator:
curl -s "${SPANNER_EMULATOR_HOST_REST}/v1/projects/${SPANNER_PROJECT_ID}/instances" --data '{"instanceId": "'${SPANNER_INSTANCE_ID}'"}'
curl -s --verbose "${SPANNER_EMULATOR_HOST_REST}/v1/projects/${SPANNER_PROJECT_ID}/instances" --data '{"instanceId": "'${SPANNER_INSTANCE_ID}'"}'

docker-build:
docker build . -t $(REGISTRY):$(VERSION) --build-arg VERSION=$(VERSION)

0 comments on commit 713e0c7

Please sign in to comment.