From: charleswrayjr Date: Fri, 5 Sep 2025 00:15:03 +0000 (-0500) Subject: Adding TeamCity db. X-Git-Url: https://git.phasecustomsoft.com/static/git-logo.png?a=commitdiff_plain;h=8290713272d065e2ba2f38560f9bef901d4c297c;p=phs-stack.git Adding TeamCity db. --- diff --git a/setup-volumes.sh b/setup-volumes.sh index 3b6ca54..8162e35 100755 --- a/setup-volumes.sh +++ b/setup-volumes.sh @@ -8,7 +8,7 @@ else cd volumes echo "Created volumes folder." echo "Getting all code..." - git clone ssh://git@phasecustomsoft.com:2202 /opt/git/phs-api.git - git clone ssh://git@phasecustomsoft.com:2202 /opt/git/phs-home.git - git clone ssh://git@phasecustomsoft.com:2202 /opt/git/phs-admin.git + git clone ssh://git@phasecustomsoft.com:2202/opt/git/phs-api.git + git clone ssh://git@phasecustomsoft.com:2202/opt/git/phs-home.git + git clone ssh://git@phasecustomsoft.com:2202/opt/git/phs-admin.git fi