Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nshy committed Jun 17, 2024
1 parent 5a5d14b commit 442af58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{github.sha}}

- name: Fix "dubious ownership" issue
run: git config --global --add safe.directory /__w/tarantool/tarantool
Expand Down
2 changes: 1 addition & 1 deletion tools/check-entrypoint-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# - master
# - release/*

set -eo pipefail
set -xeo pipefail

error() {
echo "$@" 1>&2
Expand Down

0 comments on commit 442af58

Please sign in to comment.