fix error Alan introduced in Makefile syntax

This commit is contained in:
AlanCoding 2016-08-29 11:44:37 -04:00
parent f9cd0fe197
commit 5f15b00a8a

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