From b2428882d9b09e93192f5fbeb16256499833d16b Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Thu, 7 Nov 2019 18:52:09 -0500 Subject: [PATCH] fixed logdir prefix for consistency with Dockerfile --- .gitignore | 2 +- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b053e85..415d93b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ # name of executable when built using command 'go build' elektron # test log directory name. -elektron-test-run* +Elektron-Test-Run* diff --git a/docker-compose.yaml b/docker-compose.yaml index 5ce0907..547d83f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -68,7 +68,7 @@ services: ELEKTRON_EXECUTABLE_NAME: elektron ELEKTRON_WORKLOAD: workload_sample.json ELEKTRON_MESOS_MASTER_LOCATION: 19.16.4.4:5050 - ELEKTRON_LOGDIR_PREFIX: elektron-test-run + ELEKTRON_LOGDIR_PREFIX: Elektron-Test-Run HOST_IP: ${HOST_IP} networks: elektron-cluster: