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

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

Bug description
When I am trying to run a prebuild on by repository, I am getting the error message:
Headless task failed - Context canceledSteps 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:
Actually I am not even sure why the
exitis even there since it is part of thecommandwhich should not be executed during a prebuild: