Skip to content

Commit

Permalink
The confusion continues
Browse files Browse the repository at this point in the history
  • Loading branch information
helenol committed Aug 11, 2023
1 parent 93bbf60 commit 1e0cf71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
with:
path: moma_ws/src/moma
- name: Workaround for older git client on self-hosted runners
run: cd moma_ws/src/moma && git submodule update --init --recursive
run: |
ls
pwd
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 1e0cf71

Please sign in to comment.