Skip to content

Commit

Permalink
Fixing merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemoret-nv committed Aug 17, 2023
1 parent 44312f7 commit f17ece0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ function sed_runner() {
# .gitmodules
git submodule set-branch -b branch-${NEXT_SHORT_TAG} external/morpheus-visualizations
git submodule set-branch -b branch-${NEXT_SHORT_TAG} morpheus_utils
git submodule update --remote --recursive

if [[ "$(git diff --name-only | grep .gitmodules)" != "" ]]; then
# Only update the submodules if setting the branch changed .gitmodules. Otherwise this will undo the current commit
Expand Down

0 comments on commit f17ece0

Please sign in to comment.