Files
docker_practice/.travis/update.sh
康怀帅 48a3624644 Fix #216 #218
Fix #216 #218
2017-11-21 19:05:06 +08:00

9 lines
118 B
Go
Executable File

#!/usr/bin/env bash
# cd .travis
# ./update.sh
if [ ! -f Dockerfile ];then exit 1; fi
cp -a ../book.json book.json