Skip to content

Commit 4dc9adc

Browse files
committed
Update merge-alertmanager.yaml
This commit removes the generation of the React assets because the React UI has been abandoned in latest Alertmanager. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
1 parent d990f6b commit 4dc9adc

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/merge-alertmanager.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ jobs:
2626
.promu.yml
2727
go.mod
2828
go.sum
29-
assets-cmd: |
30-
# Only compress assets if assets actually changed
31-
# The git diff relies on gits remote naming. The merge-flow checks out
32-
# $downstream as origin at the time of writing this code.
33-
if ! git diff --exit-code origin/main ui/react-app; then
34-
make assets-compress
35-
find ui/react-app -type f -name '*.gz' -exec git add {} \;
36-
git add ui/react-app/embed.go
37-
git diff --cached --exit-code || git commit -s -m "[bot] assets: generate"
38-
fi
3929
4030
secrets:
4131
pr-app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)