File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5757 go run ./pkg/build/wire/cmd/wire/main.go gen -tags oss ./pkg/server
5858
5959 # Commit assets
60- git add pkg/server/wire_gen.go ./public/build ./public/app/plugins/
60+ git add pkg/server/wire_gen.go ./public/build ./public/app/plugins
6161 git diff --cached --exit-code || git commit -s -m "[bot] assets: generate"
6262 downstream-version-expression : |
6363 sed -n -E 's/^.*\"version\": *\"([0-9]+\.[0-9]+\.[0-9]+)\".*$/v\1/p' https://raw.githubusercontent.com/stolostron/grafana/release-2.17/package.json
Original file line number Diff line number Diff line change 3636 if ! git diff --exit-code origin/main web/ui; then
3737 make assets-compress
3838 find web/ui/static -type f -name '*.gz' -exec git add {} \;
39- git add web/ui/
39+ git add web/ui
4040 git diff --cached --exit-code || git commit -s -m "[bot] assets: generate"
4141 fi
4242
You can’t perform that action at this time.
0 commit comments