Add test build-ci.sh script

This commit is contained in:
Oleksandr Shulgin 2017-01-31 18:32:04 +01:00 committed by Murat Kabilov
parent 5ae011e6fc
commit 9007f974ae
1 changed files with 13 additions and 0 deletions

13
build-ci.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
set -e -x
team_repo=$GOPATH/src/github.bus.zalan.do/acid
project_dir=$team_repo/postgres-operator
mkdir -p $team_repo
ln -s $project_dir $PWD
cd $project_dir
glade install
make docker push