mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Point Makefile to local broccoli-cli install for jenkins
This commit is contained in:
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@ SITELIB=$(shell $(PYTHON) -c "from distutils.sysconfig import get_python_lib; pr
|
||||
OFFICIAL ?= no
|
||||
PACKER ?= packer
|
||||
GRUNT ?= $(shell [ -t 0 ] && echo "grunt" || echo "grunt --no-color")
|
||||
BROCCOLI ?= broccoli
|
||||
BROCCOLI ?= ./node_modules/.bin/broccoli
|
||||
|
||||
# Get the branch information from git
|
||||
GIT_DATE := $(shell git log -n 1 --format="%ai")
|
||||
|
||||
Reference in New Issue
Block a user