This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
alertmanager
Watch
1
Star
0
Fork
0
You've already forked alertmanager
mirror of
https://github.com/prometheus/alertmanager
synced
2025-01-09 23:39:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f3a3be8191
alertmanager
/
ui
/
Dockerfile
3 lines
51 B
Docker
Raw
Normal View
History
Unescape
Escape
test: Add elm-format + elm-make job to ci This runs elm-format and elm-make inside a docker container which servs the Elm environment. Related to issue #671
2017-04-04 12:16:06 +00:00
FROM
node:latest
test: Ensure bindata.go is always up to date This adds three more steps to the Travis tests. 1. Compile Elm -> script.js 2. Bundle html.index & script.js -> bindata.go 3. Check if bindata.go hasn't changed
2017-04-21 13:52:22 +00:00
RUN
npm install -g elm elm-format
Reference in New Issue
Copy Permalink