Skip to content

Commit

Permalink
"Taskfile.yml": Remove Git submodules task.
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendart committed Apr 21, 2024
1 parent 9fd3cf2 commit 8b4aaa3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,9 @@ tasks:
dependencies:
cmds:
- cmd: 'shellcheck -V 1&>/dev/null || (echo "ERROR: Shellcheck is not installed!"; exit 1)'
- task: 'dependencies:git-submodules'
- task: 'dependencies:python'
desc: 'Run all dependency-installing tasks'

dependencies:git-submodules:
cmds:
- 'git submodule init'
- 'git submodule sync --recursive'
- 'git submodule update --recursive'
desc: 'Initialise and update Git submodules'

dependencies:python:
cmds:
- '.venv/bin/python -m pip install -r requirements-dev.txt'
Expand Down

0 comments on commit 8b4aaa3

Please sign in to comment.