Travis: Return exit code of spawned process in password setup script

Also bump stack version in stack file.
This commit is contained in:
Antoine Cotten 2019-06-18 14:42:17 +02:00
parent a873e6815d
commit 45d008e7d1
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
2 changed files with 6 additions and 3 deletions

View File

@ -23,3 +23,6 @@ expect {
} }
eof eof
} }
lassign [wait] pid spawnid os_error_flag value
exit $value

View File

@ -3,7 +3,7 @@ version: '3.3'
services: services:
elasticsearch: elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.0.1 image: docker.elastic.co/elasticsearch/elasticsearch:7.1.1
ports: ports:
- "9200:9200" - "9200:9200"
- "9300:9300" - "9300:9300"
@ -20,7 +20,7 @@ services:
replicas: 1 replicas: 1
logstash: logstash:
image: docker.elastic.co/logstash/logstash:7.0.1 image: docker.elastic.co/logstash/logstash:7.1.1
ports: ports:
- "5000:5000" - "5000:5000"
- "9600:9600" - "9600:9600"
@ -38,7 +38,7 @@ services:
replicas: 1 replicas: 1
kibana: kibana:
image: docker.elastic.co/kibana/kibana:7.0.1 image: docker.elastic.co/kibana/kibana:7.1.1
ports: ports:
- "5601:5601" - "5601:5601"
configs: configs: