Skip to content

Commit b8bd271

Browse files
committed
Update test_content_version submodule
Update test_content_version submodule to pull the latest version with Apache 2.0 license headers added.
1 parent 57bd8fb commit b8bd271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ requirements: virtualenv .sdist-requirements install-runners
437437
(cd ${ROOT_DIR}/st2common; ${ROOT_DIR}/$(VIRTUALENV_DIR)/bin/python setup.py develop --no-deps)
438438

439439
# Some of the tests rely on submodule so we need to make sure submodules are check out
440-
git submodule update --init --recursive
440+
git submodule update --recursive --remote
441441

442442
.PHONY: virtualenv
443443
# Note: We always want to update virtualenv/bin/activate file to make sure

0 commit comments

Comments
 (0)