mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
Point Makefile to local broccoli-cli install for jenkins
This commit is contained in:
parent
1854f74e0d
commit
4134857794
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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user