Skip to content

curl: command not found #127

@daniele-sarnari-blinkoo

Description

When i tried to use curl inside of azure/CLI@v1 step i got curl: command not found.
In November the pipeline was fully working so something broke on github side or azure side.

I digged in until i discovered this:

name: Deploy to Azure Web App (Development)

on:
  push:
    branches:
      - "development"
  workflow_dispatch:

jobs:

  ...

  deploy:
    runs-on: ubuntu-latest
    needs: build

    steps:

      ...

      - name: Check curl installation
        run: |
          which curl
          curl --version

      - name: WebApp Deploy
        uses: azure/CLI@v1
        with:
          inlineScript: |
            /usr/bin/curl --version

/usr/bin/curl: No such file or directory
image

How is that possible?

Thanks

Metadata

Metadata

Assignees

Labels

questionRequiring some clarification

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions