Skip to content

Commit

Permalink
Remove previously merged analysis target
Browse files Browse the repository at this point in the history
  • Loading branch information
bramwelt committed Jul 14, 2014
1 parent 737d71b commit b85c37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PG_RESOURCES = $(if $(database_hostname), resource.postgresql.database_hostname=
RMQ_RESOURCES = $(if $(rmq_host), resource.rabbitmq.host=$(rmq_host)) $(if $(rmq_virtual_host), resource.rabbitmq.virtual_host=$(rmq_virtual_host)) $(if $(rmq_user), secrets.rabbitmq.rabbitmq_user=$(rmq_user)) $(if $(rmq_password), secrets.rabbitmq.rabbitmq_password=$(rmq_password))
ES_RESOURCES = $(if $(elasticsearch_urls), resource.elasticsearch.elasticsearch_urls=$(elasticsearch_urls)) $(if $(elasticSearchHostname), resource.elasticsearch.elasticSearchHostname=$(elasticSearchHostname)) $(if $(elasticsearch_index), resource.elasticsearch.elasticsearch_index=$(elasticsearch_index))

.PHONY: all test bootstrap install lint clean stackwalker analysis json_enhancements_pg_extension webapp-django
.PHONY: all test bootstrap install lint clean stackwalker json_enhancements_pg_extension webapp-django

all: test

Expand Down

0 comments on commit b85c37e

Please sign in to comment.