Use zalando incubator instead of an old repo

This commit is contained in:
Oleksii Kliukin 2017-05-12 14:57:58 +02:00 committed by GitHub
parent d4962105ef
commit 73e7ac6135
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -e -x
team_repo="$GOPATH/src/github.bus.zalan.do/acid"
team_repo="$GOPATH/src/github.com/zalando-incubator/"
project_dir="$team_repo/postgres-operator"
mkdir -p "$team_repo"