fixed logdir prefix for consistency with Dockerfile
This commit is contained in:
parent
df4952fc0d
commit
b2428882d9
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,4 +3,4 @@
|
|||
# name of executable when built using command 'go build'
|
||||
elektron
|
||||
# test log directory name.
|
||||
elektron-test-run*
|
||||
Elektron-Test-Run*
|
||||
|
|
|
@ -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:
|
||||
|
|
Reference in a new issue