Skip to content

Commit

Permalink
Remove submodules from the checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
helenol committed Aug 11, 2023
1 parent e1cc6e7 commit 93bbf60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
uses: actions/checkout@v3
with:
path: moma_ws/src/moma
submodules: recursive
- name: Workaround for older git client on self-hosted runners
run: cd moma_ws/src/moma && git submodule update --init --recursive
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log into registry ${{ env.REGISTRY }}
Expand Down

0 comments on commit 93bbf60

Please sign in to comment.