Skip to content

Commit

Permalink
Add Makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
carles-grafana committed Dec 10, 2024
1 parent 13633d9 commit 2a7f195
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: make tempo

- name: generate-manifest
run: go run -v pkg/docsgen/generate_manifest.go
run: make generate-manifest

- name: Build tempo-query
run: make tempo-query
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,9 @@ ifndef DRONE_TOKEN
endif
DRONE_SERVER=https://drone.grafana.net drone sign --save grafana/tempo .drone/drone.yml

.PHONY: generate-manifest
generate-manifest:
go run pkg/docsgen/generate_manifest.go

# Import fragments
include build/tools.mk

0 comments on commit 2a7f195

Please sign in to comment.