Remove GitPod support (#13345)

This commit is contained in:
Franck Nijhof 2020-05-08 14:40:46 +02:00 committed by GitHub
parent cbca012a4a
commit 720e4f3970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 45 deletions

View File

@ -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

View File

@ -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}"
}
}
]
}