docker_practice/.travis/update.sh

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