-
Notifications
You must be signed in to change notification settings - Fork 54
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
Error: /bin/sh: 1: az: not found in v1.0.5 #62
Labels
need-to-triage
Requires investigation
Comments
Hi @jnsvd We released a new version v1.0.6 with a fix for the above issue. Please test and let us know if you are still facing the issue. PS - v1 is now pointing to v1.0.6 so the above workflow requires no changes. |
@t-dedah I confirm the fix is working, thank you for the fast response! |
avaitonis
referenced
this issue
in UK-Export-Finance/mdm-api
Mar 29, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Azure/cli](https://togithub.com/Azure/cli) | action | patch | `1.0.4` -> `v1.0.7` | | [node](https://togithub.com/nodejs/node) | stage | minor | `18.9-alpine3.16` -> `18.15-alpine3.16` | --- ### Release Notes <details> <summary>Azure/cli</summary> ### [`v1.0.7`](https://togithub.com/Azure/cli/releases/tag/v1.0.7): GitHub Action for Azure CLI v1.0.7 [Compare Source](https://togithub.com/Azure/cli/compare/v1.0.6...v1.0.7) - Upgraded action to use node 16 instead of node 12 - Upgrade [@​actions/core](https://togithub.com/actions/core) to ^1.10.0 - Resolved other minor issues like [https://github.com/Azure/cli/issues/87](https://togithub.com/Azure/cli/issues/87) and [https://github.com/Azure/cli/issues/84](https://togithub.com/Azure/cli/issues/84) ### [`v1.0.6`](https://togithub.com/Azure/cli/releases/tag/v1.0.6): GitHub Action for Azure CLI v1.0.6 [Compare Source](https://togithub.com/Azure/cli/compare/v1.0.5...v1.0.6) Resolved customer issue: `Error: /bin/sh: 1: az: not found in v1.0.5` [https://github.com/Azure/cli/issues/62](https://togithub.com/Azure/cli/issues/62) ### [`v1.0.5`](https://togithub.com/Azure/cli/releases/tag/v1.0.5): GitHub Action for Azure CLI v1.0.5 [Compare Source](https://togithub.com/Azure/cli/compare/1.0.4...v1.0.5) Resolved compatibility issues between az cli version on agent and container. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/UK-Export-Finance/mdm-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're getting the following output in the pipeline run logs since
v1.0.5
is released:When using previous version
1.0.4
(by configuringuses: azure/CLI@1.0.4
) no such errors are observed and the build is completing successfully.The text was updated successfully, but these errors were encountered: