Skip to content

Commit ae95895

Browse files
committed
Don't checkout submodules for deployment builds.
I'm told this is no longer necessary as the pipeline is using a different solution.
1 parent 334bb06 commit ae95895

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/generalized-deployments-reproducible.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2
16-
with:
17-
submodules: recursive
1816
- name: Configure AWS Credentials
1917
uses: aws-actions/configure-aws-credentials@v1
2018
with:

0 commit comments

Comments
 (0)