Skip to content

Commit

Permalink
update repos
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolerena committed Oct 10, 2024
1 parent dfc64cf commit 579f2da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include ./make_scripts/mkdocs-documentation/mkdocs-documentation-makefile.mk

update-submodules:
echo "Updating submodules"
# git submodule init
# git submodule update --remote
# git submodule foreach 'git checkout main'
# git submodule foreach 'git pull'
#
git submodule init
git submodule foreach 'git fetch'
git submodule foreach 'git checkout develop'
git submodule foreach 'git pull'

2 changes: 1 addition & 1 deletion submodules/neops-gql-gtw
2 changes: 1 addition & 1 deletion submodules/neops-graphql
2 changes: 1 addition & 1 deletion submodules/neops-task-runner-py

0 comments on commit 579f2da

Please sign in to comment.