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

yandex-cloud-cli: fix install #176632

Merged
merged 1 commit into from
Jun 13, 2024
Merged

yandex-cloud-cli: fix install #176632

merged 1 commit into from
Jun 13, 2024

Conversation

bevanjkay
Copy link
Member

Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.

In the following questions <cask> is the token of the cask you're submitting.

After making any changes to a cask, existing or new, verify:

Additionally, if adding a new cask:

  • Named the cask according to the token reference.
  • Checked the cask was not already refused (add your cask's name to the end of the search field).
  • Checked the cask is submitted to the correct repo.
  • brew audit --cask --new <cask> worked successfully.
  • HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask> worked successfully.
  • brew uninstall --cask <cask> worked successfully.

Closes #175038

There is currently no logic to handle the order of install script stanzas despite it being an option to add multiple. In this case, the second command is dependent on the first, so if they run out of order they will fail. From what I can see in the upstream docs, the second command is probably no longer required.

This should fix the installation issue, and we can see if there are any subsequent issues with dropping the secondary command.

@bevanjkay bevanjkay added the ci-skip-livecheck Skip livecheck checks on CI. Use only for working checks that exclusively fail in the CI environment label Jun 13, 2024
@miccal miccal merged commit 9b8a007 into master Jun 13, 2024
11 checks passed
@miccal miccal deleted the ycc branch June 13, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-skip-livecheck Skip livecheck checks on CI. Use only for working checks that exclusively fail in the CI environment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to install yandex-cloud-cli (0.124.0)
2 participants