mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Initial pagerduty widget
List people on call, along with the escalation policy Addresses #159
This commit is contained in:
4
vendor/github.com/PagerDuty/go-pagerduty/Dockerfile
generated
vendored
Normal file
4
vendor/github.com/PagerDuty/go-pagerduty/Dockerfile
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM golang
|
||||
ADD . /go/src/github.com/PagerDuty/go-pagerduty
|
||||
WORKDIR /go/src/github.com/PagerDuty/go-pagerduty
|
||||
RUN go get ./... && go test -v -race -cover ./...
|
||||
Reference in New Issue
Block a user