2016-05-19 13:34:17 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2016-05-20 08:35:48 +00:00
|
|
|
cd ${GOPATH}/src/github.com/appleboy/gorush
|
2016-05-19 13:34:17 +00:00
|
|
|
sed -i"" -e "s/localhost/redis/g" config/config.yml
|
|
|
|
sed -i"" -e "s/localhost/redis/g" gorush/status_test.go
|
|
|
|
sed -i"" -e "s/localhost/redis/g" storage/redis/redis_test.go
|
|
|
|
make bundle && make test
|