Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1] github-ci: fix git refs/heads paths mistakes
@ 2020-12-28 14:00 Alexander V. Tikhonov
  2020-12-28 14:09 ` Kirill Yukhin
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander V. Tikhonov @ 2020-12-28 14:00 UTC (permalink / raw)
  To: Kirill Yukhin; +Cc: tarantool-patches

Cc: tarantool-patches@dev.tarantool.org

Found that in previous commit to debian_11.yml file were made mistakes
in git refs/heads paths:

  e0a33ffed4a8934ed2cb44343ea5ce9d6958b780 ("github-ci: build packages for debian-bullseye")

This patch fixes it.

Follows up #5638
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/debian-11
Issue: https://github.com/tarantool/tarantool/issues/5638

 .github/workflows/debian_11.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/debian_11.yml b/.github/workflows/debian_11.yml
index 3261c9b4a..06008c231 100644
--- a/.github/workflows/debian_11.yml
+++ b/.github/workflows/debian_11.yml
@@ -33,9 +33,9 @@ jobs:
           GPG_SIGN_KEY: ${{ secrets.GPG_SIGN_KEY }}
         run: |
           if ${{ github.event_name == 'push' &&
-              ( github.ref == 'ref/head/master' ||
-                github.ref == 'ref/head/1.10' ||
-                startsWith(github.ref, 'refs/head/2.') ||
+              ( github.ref == 'refs/heads/master' ||
+                github.ref == 'refs/heads/1.10' ||
+                startsWith(github.ref, 'refs/heads/2.') ||
                 startsWith(github.ref, 'refs/tags') ) }} ; then
             sudo apt-get -y update
             sudo apt-get install -y procmail createrepo awscli reprepro
-- 
2.25.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Tarantool-patches] [PATCH v1] github-ci: fix git refs/heads paths mistakes
  2020-12-28 14:00 [Tarantool-patches] [PATCH v1] github-ci: fix git refs/heads paths mistakes Alexander V. Tikhonov
@ 2020-12-28 14:09 ` Kirill Yukhin
  0 siblings, 0 replies; 2+ messages in thread
From: Kirill Yukhin @ 2020-12-28 14:09 UTC (permalink / raw)
  To: Alexander V. Tikhonov; +Cc: tarantool-patches

Hello,

On 28 Dec 17:00, Alexander V. Tikhonov wrote:
> Cc: tarantool-patches@dev.tarantool.org
> 
> Found that in previous commit to debian_11.yml file were made mistakes
> in git refs/heads paths:
> 
>   e0a33ffed4a8934ed2cb44343ea5ce9d6958b780 ("github-ci: build packages for debian-bullseye")
> 
> This patch fixes it.
> 
> Follows up #5638

I've checked your patch into 1.10, 2.5, 2.6 and master as obvious.

--
Regards, Kirill Yukhin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-28 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 14:00 [Tarantool-patches] [PATCH v1] github-ci: fix git refs/heads paths mistakes Alexander V. Tikhonov
2020-12-28 14:09 ` Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox