Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
f4tal-err0r authored May 21, 2024
1 parent 1013e8e commit 9fdf2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OTEL_DOCKER_PROTOBUF ?= otel/build-protobuf:0.9.0
BUF_DOCKER ?= bufbuild/buf:1.7.0

## Test environment variables
export PROJECT := bettercloud-non-prod
export PROJECT := gcp_project
export SUBID := otel_to_bq-test
export DATASETID := otel_spans_nonprod
export TABLEID := testspans2
Expand All @@ -27,4 +27,4 @@ test:
golang:1.21.1-alpine3.18 go run main --no-cache

clean:
rm -rf opentelemetry-proto/
rm -rf opentelemetry-proto/

0 comments on commit 9fdf2f2

Please sign in to comment.