Skip to content

Commit

Permalink
uncomment testing chages
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 22, 2022
1 parent 0f3eae0 commit 142e519
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .builds-darwin.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ builds:
- arm64
ldflags:
- -w -s
# - -X 'github.com/kubeshop/kusk-gateway/pkg/build.Version={{.Env.VERSION}}'
# - -X 'github.com/kubeshop/kusk-gateway/pkg/analytics.TelemetryToken={{.Env.TELEMETRY_TOKEN}}'
- -X 'github.com/kubeshop/kusk-gateway/pkg/build.Version={{.Env.VERSION}}'
- -X 'github.com/kubeshop/kusk-gateway/pkg/analytics.TelemetryToken={{.Env.TELEMETRY_TOKEN}}'
archives:
- format: binary
4 changes: 2 additions & 2 deletions .builds-linux.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builds:
- 386
ldflags:
- -w -s
# - -X 'github.com/kubeshop/kusk-gateway/pkg/build.Version={{.Env.VERSION}}'
# - -X 'github.com/kubeshop/kusk-gateway/pkg/analytics.TelemetryToken={{.Env.TELEMETRY_TOKEN}}'
- -X 'github.com/kubeshop/kusk-gateway/pkg/build.Version={{.Env.VERSION}}'
- -X 'github.com/kubeshop/kusk-gateway/pkg/analytics.TelemetryToken={{.Env.TELEMETRY_TOKEN}}'
archives:
- format: binary
4 changes: 2 additions & 2 deletions .builds-windows.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builds:
- 386
ldflags:
- -w -s
# - -X 'github.com/kubeshop/kusk-gateway/pkg/build.Version={{.Env.VERSION}}'
# - -X 'github.com/kubeshop/kusk-gateway/pkg/analytics.TelemetryToken={{.Env.TELEMETRY_TOKEN}}'
- -X 'github.com/kubeshop/kusk-gateway/pkg/build.Version={{.Env.VERSION}}'
- -X 'github.com/kubeshop/kusk-gateway/pkg/analytics.TelemetryToken={{.Env.TELEMETRY_TOKEN}}'
archives:
- format: binary

0 comments on commit 142e519

Please sign in to comment.