Skip to content

Commit

Permalink
??????
Browse files Browse the repository at this point in the history
  • Loading branch information
helenol committed Aug 11, 2023
1 parent 1e0cf71 commit dbe9dd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: |
ls
pwd
cd moma_ws/src/moma && git submodule update --init --recursive
cd moma_ws/src/moma
ls
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 dbe9dd9

Please sign in to comment.