mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-05-29 04:50:24 +02:00
make playbook use https to the newly public repo/s instead of needing any special ssh key setup for private access.
This commit is contained in:
parent
ad341826ec
commit
ee3003ba43
@ -51,7 +51,7 @@
|
|||||||
file: path=/solo-build state=directory mode=0755 owner={{build_dir_owner | default('ubuntu')}}
|
file: path=/solo-build state=directory mode=0755 owner={{build_dir_owner | default('ubuntu')}}
|
||||||
|
|
||||||
- name: repo init
|
- name: repo init
|
||||||
shell: repo init -u git@github.com:3drobotics/3dr-arm-yocto-bsp.git -b sololink_v2.0.0-5
|
shell: repo init -u https://github.com/OpenSolo/3dr-arm-yocto-bsp/
|
||||||
args:
|
args:
|
||||||
chdir: /solo-build
|
chdir: /solo-build
|
||||||
creates: /solo-build/build
|
creates: /solo-build/build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user