Skip to content
Snippets Groups Projects
Commit 2f268799 authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci
Browse files

build-agent-files: Updated GIT repository directory name to "proinfodata"

parent a53b618b
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,8 @@ for repo in "${GITBASEDIR}/client:client" "${GITBASEDIR}/collect:collect"; do
exit 4
else
printf "git clone ${REPONAME}...\n"
if git clone ${GITUSER}@${GITSERVER}:seed2/${REPONAME}.git; then
if git clone ${GITUSER}@${GITSERVER}:proinfodata/${REPONAME}.git
then
cd - &> /dev/null
cd "${REPOPATH}"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment