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 08dfc09 commit 11e2732
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: tree
on:
push:
branches:
- 'master'
- 'release/**'
- 'test-branch'

concurrency:
# Update of a developer branch cancels the previously scheduled workflow
Expand All @@ -27,9 +26,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
Expand All @@ -43,6 +42,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

Expand Down
2 changes: 1 addition & 1 deletion tools/check-downgrade-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11e2732

Please sign in to comment.