mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2025-04-10 19:15:12 +00:00
Fix ittapi checkout
This commit is contained in:
parent
fafe2d48dd
commit
e3ead6f49c
|
@ -97,10 +97,15 @@ modules:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/RPCS3/rpcs3.git
|
url: https://github.com/RPCS3/rpcs3.git
|
||||||
branch: master
|
branch: master
|
||||||
commit: 3f8421fc17b8508339be745eb66e585b6b17b4cf
|
commit: 8199f97e7a4f20475732bc7390ee9345a4502bd2
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/intel/ittapi.git
|
url: https://github.com/intel/ittapi.git
|
||||||
branch: master
|
branch: master
|
||||||
commit: 42abcb627556e11789f762a66bbf86f54764e306
|
commit: 42abcb627556e11789f762a66bbf86f54764e306
|
||||||
dest: ittapi/ittapi
|
dest: ittapi/ittapi
|
||||||
disable-shallow-clone: true
|
disable-shallow-clone: true
|
||||||
|
# remove git-lfs hook
|
||||||
|
- type: inline
|
||||||
|
dest: ittapi/ittapi/.git/hooks
|
||||||
|
dest-filename: post-checkout
|
||||||
|
contents:
|
||||||
|
|
Loading…
Reference in a new issue