Skip to content

Instantly share code, notes, and snippets.

@bzuillsmith
Created December 22, 2022 17:49
Show Gist options
  • Save bzuillsmith/32571caf1f78f028ed46856dc6976096 to your computer and use it in GitHub Desktop.
Save bzuillsmith/32571caf1f78f028ed46856dc6976096 to your computer and use it in GitHub Desktop.
Pipeline Scripts: Fetch git submodules
# 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