Working auth and photo json endpoint
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
ef275f97f4
commit
e4323b6047
2032 changed files with 821464 additions and 52 deletions
7
vendor/github.com/djherbis/times/js.cover.sh
generated
vendored
Normal file
7
vendor/github.com/djherbis/times/js.cover.sh
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue