We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be39e0 commit 695f5cbCopy full SHA for 695f5cb
configs/autobuild/microfocus/common_start.xml
@@ -33,6 +33,6 @@
33
<command name="shell" options="rm -rf MPC" />
34
<command name="shell" options="rm -rf ATCD" />
35
36
- <command name="git" options="clone --depth 1 git@github.com:DOCGroup/MPC.git" />
37
- <command name="git" options="clone --depth 1 --branch ace6tao2 git@github.com:DOCGroup/ATCD.git" />
+ <command name="git" options="clone --depth 1 https://github.com/DOCGroup/MPC.git" />
+ <command name="git" options="clone --depth 1 --branch ace6tao2 https://github.com/DOCGroup/ATCD.git" />
38
</autobuild>
0 commit comments