woodpecker-ci / plugin-extend-env

Export semver variables to an env file
Apache License 2.0
0 stars 1 forks source link

plugin execution fails with segmentation violation #3

Closed OCram85 closed 10 months ago

OCram85 commented 10 months ago

Just tested it with:

steps:
  woodpecker-env:
    image: ubuntu:22.04
    pull: true
    commands:
      - env | sort

  extend-env:
    image: woodpeckerci/plugin-extend-env:next

  pwsh-image:
    image:  registry.ocram85.com/pwsh-cibase:latest
    commands:
      - env | sort
      - ls -la
      - cat .env

Got this runtime error: image

anbraten commented 10 months ago

Did some adjustments, could you try again.