-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Description
Describe the bug
Having the following error in my gitlab pipeline starting from today.
/bin/bash: line 272: zip: command not found
I suspect the reason is moving out 'zip' package.
Related command
script:
- zip -r ${ARTIFACTS_ZIP_RELATIVE} .
Errors
/bin/bash: line 272: zip: command not found
Issue script & Debug output
/bin/bash: line 272: zip: command not found
Expected behavior
Running without errors.
Environment Summary
the latest (2.54.0) docker image
Using docker image sha256:26e402082d83c7a0adfea18dc4b402f6c72c5dfcd607972190cbf7d69d9527a1 for mcr.microsoft.com/azure-cli with digest mcr.microsoft.com/azure-cli@sha256:81459f7ca76c41ad8582bca1ab7bfb332ad9f5be6382bf89b99911dd2616ab08
Additional context
No response
Metadata
Metadata
Assignees
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that