mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
Use grunt variable in Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -576,8 +576,8 @@ ui-test-ci: $(UI_DEPS_FLAG_FILE)
|
|||||||
testjs_ci:
|
testjs_ci:
|
||||||
echo "Update UI unittests later" #ui-test-ci
|
echo "Update UI unittests later" #ui-test-ci
|
||||||
|
|
||||||
jshint: $(UI_DEPS_FLAG_FILE)
|
jshint:
|
||||||
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_FLAG_FILE)
|
ui-test-saucelabs: $(UI_DEPS_FLAG_FILE)
|
||||||
$(NPM_BIN) --prefix awx/ui run test:saucelabs
|
$(NPM_BIN) --prefix awx/ui run test:saucelabs
|
||||||
|
|||||||
Reference in New Issue
Block a user