You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
- if [ ! -d /home/ubuntu/.go_workspace/src/github.com/hico-horiuchi/ohgibone ]; then ln -s $(pwd) /home/ubuntu/.go_workspace/src/github.com/hico-horiuchi/ohgibone; fi
override:
- docker run -d -p 4567:4567 hico/sensu:${version}
- sleep 20
- gom test -v -cover -race -coverprofile=coverage.out github.com/hico-horiuchi/ohgibone/sensu
post:
- sed -i 's/_\/home\/ubuntu/github\.com\/hico-horiuchi/g' coverage.out