diff --git a/jenkins-postgres.sh b/jenkins-postgres.sh index 7dca840e39268316110bd7b09759d65b36319746..1708cbfaaa66e41f9ae7bea116ee638b32f6bf45 100755 --- a/jenkins-postgres.sh +++ b/jenkins-postgres.sh @@ -58,6 +58,9 @@ if [[ -z "$POSTGRES_DB_2" ]]; then exit 1 fi +mkdir -p "localhost-$(($PORT_BASE + 1))" +mkdir -p "localhost-$(($PORT_BASE + 2))" + cat > localhost-$(($PORT_BASE + 1))/database.yaml << EOF name: psycopg2 args: