Skip to content

Prebuild - Headless task failed - Context canceled  #6353

@sgurlt

Description

@sgurlt

Bug description

When I am trying to run a prebuild on by repository, I am getting the error message:
Headless task failed - Context canceled

image

Steps to reproduce

I am not sure how I can hand this over to you since the repository contains sensitive information which I can not share.

Workspace affected

No response

Expected behavior

No response

Example repository

No response

Anything else?

The build process seems to be stuck executing:

gitpod /workspace/stack $ {
> gp sync-await submodules-prepare && cd services/api && git checkout stage && git pull --rebase origin stage
> 
> }; exit

Actually I am not even sure why the exit is even there since it is part of the command which should not be executed during a prebuild:

  - init: >
      gp sync-await submodules-prepare &&
      cd services/api &&
      git checkout stage &&
      git pull --rebase origin stage
    command: >
      gp sync-done submodule-api &&
      exit
    name: Init submodule api

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    meta: staleThis issue/PR is stale and will be closed soon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions