Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
add missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgoslett committed May 18, 2017
1 parent 19b9005 commit 75c7a16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ services:
CONFLUENT_METRICS_REPORTER_TOPIC_REPLICAS: 2
CONFLUENT_METRICS_REPORTER_PUBLISH_MS: 1000
KAFKA_JMX_PORT: 7999
KAFKA_JMX_HOSTNAME: ${HOSTIP}
KAFKA_JMX_HOSTNAME: ${HOSTIP}
2 changes: 1 addition & 1 deletion make-shell.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

export HOSTIP=$(docker-machine ip)
docker-compose run php-pubsub-kafka /bin/bash
docker-compose run php-pubsub-kafka /bin/bash
2 changes: 1 addition & 1 deletion make-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export HOSTIP=$(docker-machine ip)
docker-compose rm -f
docker-compose pull
docker-compose up --build -d
docker-compose run php-pubsub-kafka /bin/bash
docker-compose run php-pubsub-kafka /bin/bash
2 changes: 1 addition & 1 deletion travis-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ cd /tmp \

pecl install rdkafka

echo "extension = rdkafka.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
echo "extension = rdkafka.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini

0 comments on commit 75c7a16

Please sign in to comment.