Fix duplicate makefile target

This commit is contained in:
Daniel Nelson 2019-05-30 15:21:25 -07:00
parent 484122b7d4
commit 4ac2ef1c7f
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 1 additions and 1 deletions

View File

@ -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