mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -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
|
OFFICIAL ?= no
|
||||||
PACKER ?= packer
|
PACKER ?= packer
|
||||||
GRUNT ?= $(shell [ -t 0 ] && echo "grunt" || echo "grunt --no-color")
|
GRUNT ?= $(shell [ -t 0 ] && echo "grunt" || echo "grunt --no-color")
|
||||||
BROCCOLI ?= broccoli
|
BROCCOLI ?= ./node_modules/.bin/broccoli
|
||||||
|
|
||||||
# Get the branch information from git
|
# Get the branch information from git
|
||||||
GIT_DATE := $(shell git log -n 1 --format="%ai")
|
GIT_DATE := $(shell git log -n 1 --format="%ai")
|
||||||
|
|||||||
Reference in New Issue
Block a user