Skip to content

Commit

Permalink
ci: remove tarantoolctl (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x501D authored Jan 24, 2024
1 parent bdf9d8f commit 1aec7e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/reusable_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@ jobs:
# dependencies when migrating to other OS version.
run: sudo dpkg -i tarantool*.deb

- name: Setup tt
run: |
curl -L https://tarantool.io/release/2/installer.sh | sudo bash
sudo apt install -y tt
tt version
- name: Install the tarantool/queue module
run: tarantoolctl rocks install queue
run: tt rocks install queue

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

0 comments on commit 1aec7e7

Please sign in to comment.