From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 5F35C46970E for ; Tue, 4 Feb 2020 11:37:59 +0300 (MSK) Date: Tue, 4 Feb 2020 11:38:11 +0300 From: Alexander Turenko Message-ID: <20200204083811.jlels2lplqudhqvs@tkn_work_nb> References: <6053f76b5c8fd80df91392f7a02b61c47006e341.1580793835.git.avtikhon@tarantool.org> <20200204075204.fc7hvu6gi7qco37m@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200204075204.fc7hvu6gi7qco37m@tkn_work_nb> Subject: Re: [Tarantool-patches] [PATCH v10] gitlab-ci: push Deb/RPM packages to S3 based repos List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: Oleg Piskunov , tarantool-patches@dev.tarantool.org On Tue, Feb 04, 2020 at 10:52:04AM +0300, Alexander Turenko wrote: > Pushed to master, 2.3, 2.2, 2.1 (w/o Fedora 31), 1.10. > > CCed Kirill. > > I'll file an issue for follow up activities. > > WBR, Alexander Turenko. Force pushed the following change: diff --git a/.gitlab.mk b/.gitlab.mk index 7cdcd6ae7..24b18b7f2 100644 --- a/.gitlab.mk +++ b/.gitlab.mk @@ -115,9 +115,10 @@ deploy: package echo ${GPG_SECRET_KEY} | base64 -d | gpg --batch --import || true ./tools/update_repo.sh -o=${OS} -d=${DIST} \ -b="${LIVE_REPO_S3_DIR}/${BUCKET}" build - git name-rev --name-only --tags --no-undefined HEAD 2>/dev/null && \ + if git name-rev --name-only --tags --no-undefined HEAD 2>/dev/null ; then \ ./tools/update_repo.sh -o=${OS} -d=${DIST} \ - -b="${RELEASE_REPO_S3_DIR}/${BUCKET}" build + -b="${RELEASE_REPO_S3_DIR}/${BUCKET}" build ; \ + fi # ############ # Static build