Skip to content

Commit 1aec7e7

Browse files
authored
ci: remove tarantoolctl (#24)
Part of tarantool/tarantool#9443
1 parent bdf9d8f commit 1aec7e7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/reusable_qa.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@ jobs:
2828
# dependencies when migrating to other OS version.
2929
run: sudo dpkg -i tarantool*.deb
3030

31+
- name: Setup tt
32+
run: |
33+
curl -L https://tarantool.io/release/2/installer.sh | sudo bash
34+
sudo apt install -y tt
35+
tt version
36+
3137
- name: Install the tarantool/queue module
32-
run: tarantoolctl rocks install queue
38+
run: tt rocks install queue
3339

3440
- name: Build docker image with connector setup
3541
run: ./dockerfile.sh | tee /dev/tty | docker build -t queue -

0 commit comments

Comments
 (0)