Skip to content

Commit 584eda1

Browse files
committed
add correct prometheus file
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
1 parent 7d795dd commit 584eda1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge-acm-grafana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

.github/workflows/merge-acm-prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

0 commit comments

Comments
 (0)