Skip to content

Commit ffcbd5b

Browse files
committed
Remove unused dependencies
1 parent 031acd4 commit ffcbd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/monitoring/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ docker-compose.master.yml: docker-compose.master.yml.j2 config.prometheus.ceph.s
9292
# temp compose targets
9393
#
9494

95-
TEMP_COMPOSE_COMMON_DEPENDENCIES := docker-compose.yml .env pgsql_query_exporter_config.yaml smokeping_prober_config.yaml tempo_config.yaml
95+
TEMP_COMPOSE_COMMON_DEPENDENCIES := docker-compose.yml .env
9696

9797
${TEMP_COMPOSE}: docker-compose.yml config.prometheus $(TEMP_COMPOSE_COMMON_DEPENDENCIES)
9898
@${REPO_BASE_DIR}/scripts/docker-stack-config.bash -e .env $< > $@

0 commit comments

Comments
 (0)