Skip to content

Commit

Permalink
Changed the dependency tool into it-depends
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaline-0 committed Apr 25, 2024
1 parent d84d06d commit a6f87d1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
- name: Install it depends to deduce dependencies.
run: pip install it-depends

- name: Pull the changes made in the repository.
run: git pull --recurse-submodules

- name: Get submodule's dependencies in JSON file
run: |
cd ./submissions-${{ needs.create_submodule.outputs.year }}/${{ needs.create_submodule.outputs.user_name }}-${{ needs.create_submodule.outputs.repo_name}}/${{ needs.create_submodule.outputs.user_name }}-${{ needs.create_submodule.outputs.repo_name }}
Expand Down
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

Submodule lillywallawitsch-Wondernest.Express deleted from 837425
1 change: 0 additions & 1 deletion submissions-2024/maggieekubat-Recipe/maggieekubat-Recipe
Submodule maggieekubat-Recipe deleted from a4c63a

0 comments on commit a6f87d1

Please sign in to comment.