Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Searching repositories with src action exec fails if they're being cloned #9149

@mrnugget

Description

@mrnugget

When repositories are cloning and I run src action exec with a scopeQuery that includes repositories that are being cloned, the whole search fails:

go install ./cmd/src && src -v actions exec -cache ~/tmp -timeout 5m -f ~/work/src-actions/alpine-sed-replace.action.json | src campaign plan create-from-patches
Querying http://localhost:3080 for repositories matching 'repo:sourcegraph'...
GraphQL errors:
[
  {
    "message": "repository does not exist: github.com/sourcegraph/create-extension",
    "path": [
      "search",
      "results",
      "results",
      20,
      "defaultBranch"
    ]
  },
  {
    "message": "repository does not exist: github.com/sourcegraph/babel-plugin-transform-react-hot-loader-wrapper",
    "path": [
      "search",
      "results",
      "results",
      11,
      "defaultBranch"
    ]
  },

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions