Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide tarantool/setup-cartridge-cli github action #667

Open
vasiliy-t opened this issue Dec 11, 2021 · 0 comments
Open

provide tarantool/setup-cartridge-cli github action #667

vasiliy-t opened this issue Dec 11, 2021 · 0 comments

Comments

@vasiliy-t
Copy link

vasiliy-t commented Dec 11, 2021

There is a github action to install tarantool but no action to install cartridge-cli so one must manually install cartridge-cli after tarantool:

- name: Install tarantool
  uses: tarantool/setup-tarantool@v1
  with:
    tarantool-version: '2.8.2'

- name: Set up the Tarantool packages repository
  run: curl -L https://tarantool.io/installer.sh | sudo -E bash -s -- --repo-only
- name: Install cartridge-cli
  run: apt install cartridge-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants