mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Merge pull request #7114 from ryanpetrello/awxkit-version
don't use symlinks for awxkit VERSION Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
1
Makefile
1
Makefile
@@ -366,6 +366,7 @@ test:
|
||||
. $(VENV_BASE)/awx/bin/activate; \
|
||||
fi; \
|
||||
PYTHONDONTWRITEBYTECODE=1 py.test -p no:cacheprovider -n auto $(TEST_DIRS)
|
||||
cmp VERSION awxkit/VERSION || "VERSION and awxkit/VERSION *must* match"
|
||||
cd awxkit && $(VENV_BASE)/awx/bin/tox -re py2,py3
|
||||
awx-manage check_migrations --dry-run --check -n 'vNNN_missing_migration_file'
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../VERSION
|
||||
1
awxkit/VERSION
Normal file
1
awxkit/VERSION
Normal file
@@ -0,0 +1 @@
|
||||
11.2.0
|
||||
Reference in New Issue
Block a user