Skip to content

Commit

Permalink
Checkout submodules in job (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Feb 3, 2023
1 parent 2856a45 commit 2d32956
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/jobs/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ docker:

steps:
- checkout
- run:
name: "Populate any submodules"
command: |
git submodule sync
git submodule update --init
- install:
version: << parameters.version >>
- run:
Expand Down

0 comments on commit 2d32956

Please sign in to comment.