Skip to content

curl: command not found #127

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

questionRequiring some clarification

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions