Created
          December 22, 2022 17:49 
        
      - 
      
- 
        Save bzuillsmith/32571caf1f78f028ed46856dc6976096 to your computer and use it in GitHub Desktop. 
    Pipeline Scripts: Fetch git submodules
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # How to grab git submodules | |
| # image: mcr.microsoft.com/dotnet/sdk:6.0 | |
| # openssh required for git submodule | |
| - apt-get update | |
| - apt-get install --yes openssh-client | |
| - git submodule update --init --recursive | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment