mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Merge pull request #3365 from AlanCoding/makefile_hot_fix
fix error introduced in Makefile syntax
This commit is contained in:
commit
f66fa6fb7c
3
Makefile
3
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user