rclone/vendor/github.com/djherbis/times/js.cover.sh

7 lines
272 B
Bash
Raw Normal View History

2019-02-09 20:50:35 +08:00
#!/bin/bash
set -e
docker build -f js.cover.dockerfile -t js.cover.djherbis.times .
docker create --name js.cover.djherbis.times js.cover.djherbis.times
docker cp js.cover.djherbis.times:/go/src/github.com/djherbis/times/profile.cov .
docker rm -v js.cover.djherbis.times