1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

Merge pull request #3365 from AlanCoding/makefile_hot_fix

fix error introduced in Makefile syntax
This commit is contained in:
Alan Rominger 2016-08-29 12:00:05 -04:00 committed by GitHub
commit f66fa6fb7c

View File

@ -491,8 +491,7 @@ testjs_ci:
echo "Update UI unittests later" #ui-test-ci
jshint: ui-deps-built
grunt --gruntfile awx/ui/Gruntfile.js jshint
# Depends on node 6.x and npm 3.x installed on Jenkins slave
grunt --gruntfile awx/ui/Gruntfile.js jshint #Depends on node 6.x and npm 3.x installed on Jenkins slave
ui-test-saucelabs: ui-deps-built
$(NPM_BIN) --prefix awx/ui run test:saucelabs