Tarantool development patches archive
 help / color / mirror / Atom feed
From: "Alexander V. Tikhonov" <avtikhon@tarantool.org>
To: Kirill Yukhin <kyukhin@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH v1] github-ci: fix git refs/heads paths mistakes
Date: Mon, 28 Dec 2020 17:00:37 +0300	[thread overview]
Message-ID: <b6e90a81a3065bade55e1662e375419b101341ab.1609163985.git.avtikhon@tarantool.org> (raw)

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

             reply	other threads:[~2020-12-28 14:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-28 14:00 Alexander V. Tikhonov [this message]
2020-12-28 14:09 ` Kirill Yukhin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b6e90a81a3065bade55e1662e375419b101341ab.1609163985.git.avtikhon@tarantool.org \
    --to=avtikhon@tarantool.org \
    --cc=kyukhin@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH v1] github-ci: fix git refs/heads paths mistakes' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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