Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Commit ad0b0c1

Browse files
committed
Fix: Restored PUSH
1 parent 004b181 commit ad0b0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ help:
1111
@grep -E '^[a-zA-Z\-\_0-9\.@]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
1212

1313
all: ## Build all versions
14-
${SUDO} python3 ./build-all-releases.py PUSH=false
14+
${SUDO} python3 ./build-all-releases.py PUSH=${PUSH}
1515

1616
build: ## Build a specifc version (TAG=release-3.2.7, VERSION=3.2.7)
1717
set -xe; \

0 commit comments

Comments
 (0)