Skip to content

Commit 0b792c1

Browse files
committed
MLNX ci: Recursively clone all repos.
Now that prrte/pmix have submodules themselves, this is necessary. Signed-off-by: Austen Lauria <awlauria@us.ibm.com>
1 parent ad52a79 commit 0b792c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/mellanox/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
--ulimit memlock=-1 --security-opt seccomp=unconfined --cap-add=SYS_ADMIN --device=/dev/infiniband/
2626
steps:
2727
- checkout: self
28-
submodules: true
28+
submodules: recursive
2929
path: ompi
3030
clean: true
3131
- bash: |

0 commit comments

Comments
 (0)