From 80a29be0b7e04047e32a8c81661c73b79a3e6529 Mon Sep 17 00:00:00 2001 From: Nikolay Shirokovskiy Date: Fri, 14 Jun 2024 14:32:41 +0300 Subject: [PATCH] TEST: let's test --- .github/workflows/tree.yml | 7 +++++-- tools/check-downgrade-versions.sh | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tree.yml b/.github/workflows/tree.yml index 74d15a77a0fe4..0edf02cb6998f 100644 --- a/.github/workflows/tree.yml +++ b/.github/workflows/tree.yml @@ -27,9 +27,9 @@ concurrency: jobs: entrypoint-tag: - if: github.repository == 'tarantool/tarantool' + if: github.repository == 'nshy/tarantool' - runs-on: ubuntu-20.04-self-hosted + runs-on: ubuntu-20.04 container: image: docker.io/tarantool/testing:ubuntu-jammy @@ -43,6 +43,9 @@ jobs: with: fetch-depth: 0 + - name: Fix "dubious ownership" issue + run: git config --global --add safe.directory /__w/tarantool/tarantool + - name: Check entrypoint tag run: ./tools/check-entrypoint-tag.sh diff --git a/tools/check-downgrade-versions.sh b/tools/check-downgrade-versions.sh index 91eaa8b48e26d..1863b54af1696 100755 --- a/tools/check-downgrade-versions.sh +++ b/tools/check-downgrade-versions.sh @@ -14,7 +14,7 @@ # The check is only done for the commit tagged as release version # (annotated tag with name like 2.11.4). -set -eo pipefail +set -xeo pipefail error() { echo "$@" 1>&2