Skip to content

Commit

Permalink
Another attempt at initing submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Jan 24, 2025
1 parent 4a13db6 commit edeacd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ stages:
python.version: '3.13'

steps:
- checkout: self
submodules: true
- script: |
git submodule update --init --recursive
displayName: Init submodules
# Secure files documentation:
# https://docs.microsoft.com/en-us/azure/devops/pipelines/library/secure-files?view=azure-devops
Expand Down

0 comments on commit edeacd4

Please sign in to comment.