Skip to content

Commit 695f5cb

Browse files
committed
Switch to https for anonymous clones to avoid having to register the
build machine keys with github.
1 parent 3be39e0 commit 695f5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/autobuild/microfocus/common_start.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
<command name="shell" options="rm -rf MPC" />
3434
<command name="shell" options="rm -rf ATCD" />
3535

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" />
36+
<command name="git" options="clone --depth 1 https://github.com/DOCGroup/MPC.git" />
37+
<command name="git" options="clone --depth 1 --branch ace6tao2 https://github.com/DOCGroup/ATCD.git" />
3838
</autobuild>

0 commit comments

Comments
 (0)