From 9007f974ae67a258cfac909e8dae63b43cea9bd1 Mon Sep 17 00:00:00 2001 From: Oleksandr Shulgin Date: Tue, 31 Jan 2017 18:32:04 +0100 Subject: [PATCH] Add test build-ci.sh script --- build-ci.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 build-ci.sh diff --git a/build-ci.sh b/build-ci.sh new file mode 100755 index 000000000..152f9251c --- /dev/null +++ b/build-ci.sh @@ -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