fixed logdir prefix for consistency with Dockerfile

This commit is contained in:
Pradyumna Kaushik 2019-11-07 18:52:09 -05:00
parent df4952fc0d
commit b2428882d9
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -3,4 +3,4 @@
# name of executable when built using command 'go build'
elektron
# test log directory name.
elektron-test-run*
Elektron-Test-Run*

View file

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