Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 2171c68

Browse files
authored
Remove deprecated configuration for Gitpod prebuilds (#1477)
1 parent 8a5e707 commit 2171c68

File tree

1 file changed

+1
-23
lines changed
  • content/en/user-guide/integrations/gitpod

1 file changed

+1
-23
lines changed

content/en/user-guide/integrations/gitpod/index.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -60,30 +60,8 @@ ports:
6060
onOpen: ignore
6161
```
6262
63-
If you are using GitHub, you can also use the [Gitpod Prebuilds](https://www.gitpod.io/docs/prebuilds/) feature to automatically build your workspace.
64-
This will allow you to start your workspace faster and with all the dependencies already installed.
65-
Add the following to your `.gitpod.yml` file:
63+
Enabling [Gitpod Prebuilds](https://www.gitpod.io/docs/configure/repositories/prebuilds) helps save time by executing `init` tasks defined in the `.gitpod.yml` ahead of time, allowing your workspace to start faster and with all the dependencies already installed.
6664

67-
```yaml
68-
github:
69-
prebuilds:
70-
# enable for the default branch
71-
master: true
72-
# enable for all branches in this repo
73-
branches: true
74-
# enable for pull requests coming from this repo
75-
pullRequests: true
76-
# enable for pull requests coming from forks
77-
pullRequestsFromForks: true
78-
# add a check to pull requests
79-
addCheck: true
80-
# add a "Review in Gitpod" button as a comment to pull requests
81-
addComment: false
82-
# add a "Review in Gitpod" button to the pull request's description
83-
addBadge: true
84-
```
85-
86-
After adding the configuration, you can start your development & testing by creating [your workspace in Gitpod](https://www.gitpod.io/docs/getting-started/#start-your-first-workspace).
8765
Upon creation, you will be able to see the LocalStack container running in the background (you can use `localstack status` to check the status of the container).
8866

8967
For a simple demonstration, check out the [LocalStack Gitpod demo](https://github.com/Gitpod-Samples/localstack-gitpod-demo) repository.

0 commit comments

Comments
 (0)