This repository was archived by the owner on Sep 30, 2024. It is now read-only.
  
  
  
  
  
Description
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"
    ]
  },