From 4ac2ef1c7f6e69eb14da43494e848290868d472d Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Thu, 30 May 2019 15:21:25 -0700 Subject: [PATCH] Fix duplicate makefile target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b5e01f30..9bf1e342b 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ plugin-%: @docker-compose -f plugins/inputs/$${$(@)}/dev/docker-compose.yml up .PHONY: ci-1.12 -ci-1.11: +ci-1.12: docker build -t quay.io/influxdb/telegraf-ci:1.12.5 - < scripts/ci-1.12.docker docker push quay.io/influxdb/telegraf-ci:1.12.5