Skip to content

Commit

Permalink
Update ci_cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghesselink authored Nov 7, 2024
1 parent 888fe12 commit 8ac0de8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
cd backend
cd apps
git submodule update --init --recursive
git submodule update --remote
git submodule foreach git clean -f .
git submodule update --remote --recursive

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 8ac0de8

Please sign in to comment.