diff --git a/Makefile b/Makefile index 9039eaf..fb352e4 100644 --- a/Makefile +++ b/Makefile @@ -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)