chore(tests): use alertmanager 0.15.3 for 'make run'

This commit is contained in:
Łukasz Mierzwa
2018-11-10 10:20:41 +00:00
parent 826ea0559c
commit 4847d7ea54

View File

@@ -2,7 +2,7 @@ NAME := karma
VERSION := $(shell git describe --tags --always --dirty='-dev')
# Alertmanager instance used when running locally, points to mock data
MOCK_PATH := $(CURDIR)/internal/mock/0.15.2
MOCK_PATH := $(CURDIR)/internal/mock/0.15.3
ALERTMANAGER_URI := "file://$(MOCK_PATH)"
# Listen port when running locally
PORT := 8080