You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/user-guide/integrations/gitpod/index.md
+1-23Lines changed: 1 addition & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,30 +60,8 @@ ports:
60
60
onOpen: ignore
61
61
```
62
62
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.
66
64
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).
87
65
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).
88
66
89
67
For a simple demonstration, check out the [LocalStack Gitpod demo](https://github.com/Gitpod-Samples/localstack-gitpod-demo) repository.
0 commit comments