This repository was archived by the owner on Jun 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ include versioning.mk
3333REDIS_CONTAINER_NAME := test-redis-${VERSION}
3434NSQ_CONTAINER_NAME := test-nsq-${VERSION}
3535
36- SHELL_SCRIPTS = $(wildcard _scripts/* .sh )
36+ SHELL_SCRIPTS = $(wildcard _scripts/util/ * )
3737
3838check-docker :
3939 @if [ -z $$ (which docker) ]; then \
@@ -118,7 +118,6 @@ stop-test-nsq:
118118
119119test-unit : start-test-redis start-test-nsq
120120 docker run ${DEV_ENV_OPTS} \
121- -it \
122121 --link ${REDIS_CONTAINER_NAME} :TEST_REDIS \
123122 --link ${NSQ_CONTAINER_NAME} :TEST_NSQ \
124123 ${DEV_ENV_IMAGE} bash -c \
Original file line number Diff line number Diff line change 11# Deis Logger
2- [ ![ Build Status] ( https://travis- ci.org/ deis/ logger.svg?branch=master )] ( https://travis- ci.org/ deis/logger )
2+ [ ![ Build Status] ( https://ci.deis.io/job/ logger/badge/icon )] ( https://ci.deis.io/job /logger )
33[ ![ codecov.io] ( https://codecov.io/github/deis/logger/coverage.svg?branch=master )] ( https://codecov.io/github/deis/logger?branch=master )
44[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/deis/logger )] ( https://goreportcard.com/report/github.com/deis/logger )
55[ ![ Docker Repository on Quay] ( https://quay.io/repository/deis/logger/status " Docker Repository on Quay ")] ( https://quay.io/repository/deis/logger )
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ capital_regex="^.+\): [a-z][\w\s\d]*"
1414MESSAGE[1]=" file"
1515
1616i=1 # the first array variable is at index 1
17- while read line
17+ while read -r line
1818do
1919 MESSAGE[$i ]=$line
2020 let i++
You can’t perform that action at this time.
0 commit comments