Removed push.
This commit is contained in:
parent
4da099ca74
commit
e8dcd5b878
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,6 @@ COMPOSER_EXE := $(shell which composer)
|
||||||
NODE_EXE := $(shell which node)
|
NODE_EXE := $(shell which node)
|
||||||
NPM_EXE := $(shell which npm)
|
NPM_EXE := $(shell which npm)
|
||||||
SUDO_EXE := $(shell which sudo)
|
SUDO_EXE := $(shell which sudo)
|
||||||
GIT_EXE := $(shell which git)
|
|
||||||
|
|
||||||
WWW_USER := www-data
|
WWW_USER := www-data
|
||||||
BUILD_EXE := build.js
|
BUILD_EXE := build.js
|
||||||
|
@ -47,6 +46,5 @@ analyse:
|
||||||
|
|
||||||
tag: analyse
|
tag: analyse
|
||||||
${PHP_EXE} ${TOOLS_DIR}/create-tag
|
${PHP_EXE} ${TOOLS_DIR}/create-tag
|
||||||
${GIT_EXE} push
|
|
||||||
|
|
||||||
.PHONY: all update composer npm build rebuild-css rebuild-js rebuild-twig migrate clear-cache cron analyse tag
|
.PHONY: all update composer npm build rebuild-css rebuild-js rebuild-twig migrate clear-cache cron analyse tag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue