From f8d0abb020bb192911142da5a64228dae7dbaede Mon Sep 17 00:00:00 2001 From: Jarek Kowalski Date: Wed, 9 Sep 2020 23:38:10 -0700 Subject: [PATCH] Makefile: fixed publishing logic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae2814750..6487e50d3 100644 --- a/Makefile +++ b/Makefile @@ -289,7 +289,7 @@ travis-create-long-term-repository: endif -ifeq ($(TRAVIS_PULL_REQUEST),false) +ifeq ($(publish_binaries),1) publish-packages: $(CURDIR)/tools/apt-publish.sh $(CURDIR)/dist $(CURDIR)/tools/rpm-publish.sh $(CURDIR)/dist