Skip to content

Commit e280052

Browse files
committed
TEST: let's test
1 parent 3d552e9 commit e280052

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/tree.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ concurrency:
2727

2828
jobs:
2929
entrypoint-tag:
30-
if: github.repository == 'tarantool/tarantool'
30+
if: github.repository == 'nshy/tarantool'
3131

32-
runs-on: ubuntu-20.04-self-hosted
32+
runs-on: ubuntu-20.04-self
3333

3434
container:
3535
image: docker.io/tarantool/testing:ubuntu-jammy
@@ -43,6 +43,9 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545

46+
- name: Fix "dubious ownership" issue
47+
run: git config --global --add safe.directory /__w/tarantool/tarantool
48+
4649
- name: Check entrypoint tag
4750
run: ./tools/check-entrypoint-tag.sh
4851

tools/check-downgrade-versions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# The check is only done for the commit tagged as release version
1515
# (annotated tag with name like 2.11.4).
1616

17-
set -eo pipefail
17+
set -xeo pipefail
1818

1919
error() {
2020
echo "$@" 1>&2

0 commit comments

Comments
 (0)