mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
test_jenkins - minified files are already excluded
This commit is contained in:
2
Makefile
2
Makefile
@@ -175,7 +175,7 @@ test_tox:
|
||||
|
||||
# Run unit tests to produce output for Jenkins.
|
||||
test_jenkins:
|
||||
$(PYTHON) manage.py jenkins -v2 --csslint-exclude "*.min.css" --jslint-exclude "*.min.js"
|
||||
$(PYTHON) manage.py jenkins -v2
|
||||
|
||||
package.json:
|
||||
sed -e 's/%NAME%/$(NAME)/;s/%VERSION%/$(VERSION)/' packaging/grunt/package.template > $@
|
||||
|
||||
Reference in New Issue
Block a user