Skip to content
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

build preparation hangs indefinitely #87

Open
GergelyKalmar opened this issue Jun 28, 2019 · 0 comments
Open

build preparation hangs indefinitely #87

GergelyKalmar opened this issue Jun 28, 2019 · 0 comments

Comments

@GergelyKalmar
Copy link

GergelyKalmar commented Jun 28, 2019

Builds for the following pipeline hang indefinitely at 'discovering any new versions of pyorbs-release' with 'waiting for a suitable set of input versions' - pyorbs-release - no versions available.

The pipeline is as follows:

resources:
  - name: pyorbs-release
    type: github-release
    source:
      owner: wbrp
      repository: pyorbs

jobs:
  - name: docs
    plan:
      - get: pyorbs-release
        version: every
        trigger: true

      - task: make-docs
        config:
          platform: linux
          image_resource:
            type: registry-image
            source:
              repository: ubuntu
              tag: 16.04
          inputs: [{name: pyorbs-release}]
          run:
            path: bash
            args: ['-c', 'pwd; ls']

The repository is public and does have an existing release: https://github.com/wbrp/pyorbs/releases/tag/v1.0.0

Any ideas what is happening?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant