Skip to content

Commit 70ea8bd

Browse files
committed
dummy
1 parent c208bb7 commit 70ea8bd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/catch_flaky.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,7 @@ jobs:
2727
echo "VERSION_POSTFIX=-${commit_hash}" >> $GITHUB_ENV
2828
shell: bash
2929

30-
- name: Cache tarantool build
31-
id: cache-tnt-release
32-
uses: actions/cache@v3
33-
with:
34-
path: ${{ env.TNT_RELEASE_PATH }}
35-
key: cache-tnt-release-master${{ env.VERSION_POSTFIX }}
36-
3730
- name: Clone tarantool
38-
if: steps.cache-tnt-release.outputs.cache-hit != 'true'
3931
uses: actions/checkout@v3
4032
with:
4133
repository: tarantool/tarantool
@@ -45,7 +37,6 @@ jobs:
4537
submodules: true
4638

4739
- name: Build tarantool
48-
if: steps.cache-tnt-release.outputs.cache-hit != 'true'
4940
run: |
5041
sudo apt-get -y install build-essential cmake make zlib1g-dev \
5142
libreadline-dev libncurses5-dev libssl-dev libunwind-dev \

0 commit comments

Comments
 (0)