Add test build-ci.sh script
This commit is contained in:
parent
5ae011e6fc
commit
9007f974ae
|
|
@ -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
|
||||||
Loading…
Reference in New Issue