mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Remove GitPod support (#13345)
This commit is contained in:
parent
cbca012a4a
commit
720e4f3970
15
.gitpod.yml
15
.gitpod.yml
@ -1,15 +0,0 @@
|
|||||||
tasks:
|
|
||||||
- init: gem install bundler -v 2.0.1 && bundle install && bundle exec rake generate
|
|
||||||
ports:
|
|
||||||
- port: 4000
|
|
||||||
onOpen: open-browser
|
|
||||||
github:
|
|
||||||
prebuilds:
|
|
||||||
master: true
|
|
||||||
branches: true
|
|
||||||
pullRequests: true
|
|
||||||
pullRequestsFromForks: true
|
|
||||||
addCheck: true
|
|
||||||
addComment: false
|
|
||||||
addBadge: false
|
|
||||||
addLabel: false
|
|
@ -1,30 +0,0 @@
|
|||||||
{
|
|
||||||
"tasks": [
|
|
||||||
{
|
|
||||||
"label": "Generate",
|
|
||||||
"type": "shell",
|
|
||||||
"command": "bundle",
|
|
||||||
"args": [
|
|
||||||
"exec",
|
|
||||||
"rake",
|
|
||||||
"generate"
|
|
||||||
],
|
|
||||||
"options": {
|
|
||||||
"cwd": "${workspaceFolder}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Preview",
|
|
||||||
"type": "shell",
|
|
||||||
"command": "bundle",
|
|
||||||
"args": [
|
|
||||||
"exec",
|
|
||||||
"rake",
|
|
||||||
"preview"
|
|
||||||
],
|
|
||||||
"options": {
|
|
||||||
"cwd": "${workspaceFolder}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user