mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
test_jenkins - minified files are already excluded
This commit is contained in:
parent
c45926411c
commit
22db69eb70
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 > $@
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user