diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2018-03-05 20:13:57 +0100 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2018-03-05 20:16:42 +0100 |
commit | 13672cc88c09843fd54c3896295fcccc30054d38 (patch) | |
tree | ed46c3f5a72ac9e9eb45e238a7603730792a45ae /Makefile | |
parent | Merge pull request #1426 from chrismeyersfsu/fix-migration_in_progress (diff) | |
download | awx-13672cc88c09843fd54c3896295fcccc30054d38.tar.xz awx-13672cc88c09843fd54c3896295fcccc30054d38.zip |
fix busted shippable builds
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -184,7 +184,6 @@ requirements_awx: virtualenv_awx requirements_awx_dev: $(VENV_BASE)/awx/bin/pip install -r requirements/requirements_dev.txt - $(VENV_BASE)/awx/bin/pip uninstall --yes -r requirements/requirements_dev_uninstall.txt requirements: requirements_ansible requirements_awx |