File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ concurrency:
27
27
28
28
jobs :
29
29
entrypoint-tag :
30
- if : github.repository == 'tarantool /tarantool'
30
+ if : github.repository == 'nshy /tarantool'
31
31
32
- runs-on : ubuntu-20.04-self-hosted
32
+ runs-on : ubuntu-20.04-self
33
33
34
34
container :
35
35
image : docker.io/tarantool/testing:ubuntu-jammy
43
43
with :
44
44
fetch-depth : 0
45
45
46
+ - name : Fix "dubious ownership" issue
47
+ run : git config --global --add safe.directory /__w/tarantool/tarantool
48
+
46
49
- name : Check entrypoint tag
47
50
run : ./tools/check-entrypoint-tag.sh
48
51
Original file line number Diff line number Diff line change 14
14
# The check is only done for the commit tagged as release version
15
15
# (annotated tag with name like 2.11.4).
16
16
17
- set -eo pipefail
17
+ set -xeo pipefail
18
18
19
19
error () {
20
20
echo " $@ " 1>&2
You can’t perform that action at this time.
0 commit comments