From e8dcd5b87813baa09f441dd9097d97c89f1a49b3 Mon Sep 17 00:00:00 2001 From: flashwave <me@flash.moe> Date: Fri, 11 Apr 2025 18:59:15 +0000 Subject: [PATCH] Removed push. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index e03f67fa..19f21980 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ COMPOSER_EXE := $(shell which composer) NODE_EXE := $(shell which node) NPM_EXE := $(shell which npm) SUDO_EXE := $(shell which sudo) -GIT_EXE := $(shell which git) WWW_USER := www-data BUILD_EXE := build.js @@ -47,6 +46,5 @@ analyse: tag: analyse ${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