remove project path.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
008bd3d65d
commit
5b67226b51
|
@ -3,10 +3,11 @@
|
|||
|
||||
set -e
|
||||
|
||||
cd ${GOPATH}/src/github.com/appleboy/gorush
|
||||
sed -i"" -e "s/localhost/redis/g" config/config.yml
|
||||
sed -i"" -e "s/localhost/redis/g" config/config.go
|
||||
sed -i"" -e "s/localhost/redis/g" config/config_test.go
|
||||
sed -i"" -e "s/localhost/redis/g" gorush/status_test.go
|
||||
sed -i"" -e "s/localhost/redis/g" storage/redis/redis_test.go
|
||||
|
||||
echo "install package and testing code coverage."
|
||||
make install && coverage all
|
||||
|
|
Loading…
Reference in New Issue