Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Update src/docs/r-in-gitpod.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Jan Keromnes <[email protected]>
  • Loading branch information
Sean Hellum and jankeromnes committed Feb 14, 2020
1 parent 74eb304 commit a059449
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
ports:
- port: 8000
onOpen: open-preview
- port: 8000
onOpen: open-preview

tasks:
- init: yarn && yarn build
command: yarn dev --host 0.0.0.0
- init: cd plugins/gatsby-remark-gitpod && npm install
openMode: split-right
- init: yarn && yarn build
command: yarn dev --host 0.0.0.0
- init: cd plugins/gatsby-remark-gitpod && npm install
openMode: split-right

vscode:
extensions:
- [email protected]:Qde/ISuGvFTPjoaMf1FmnQ==
- [email protected]:YnjK47pXScU3DMFfQzkkOw==

extensions:
- [email protected]:Qde/ISuGvFTPjoaMf1FmnQ==
- [email protected]:YnjK47pXScU3DMFfQzkkOw==
github:
prebuilds:
# enable for the master/default branch (defaults to true)
master: true
# enable for all branches in this repo (defaults to false)
branches: true
# enable for pull requests coming from this repo (defaults to true)
pullRequests: true
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
# add a check to pull requests (defaults to true)
addCheck: true
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
addComment: false
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
addBadge: false
# add a label once the prebuild is ready to pull requests (defaults to false)
addLabel: false
prebuilds:
# enable for the master/default branch (defaults to true)
master: true
# enable for all branches in this repo (defaults to false)
branches: true
# enable for pull requests coming from this repo (defaults to true)
pullRequests: true
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
# add a check to pull requests (defaults to true)
addCheck: true
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
addComment: false
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
addBadge: false
# add a label once the prebuild is ready to pull requests (defaults to false)
addLabel: false
2 changes: 1 addition & 1 deletion src/docs/r-in-gitpod.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ vscode:
- [email protected]:z5vr1v1bfS++U/aHLSXQ6Q==
```

Here is a minimal example of R running in Gitpod, try it!
Here is a minimal example of [R running in Gitpod](https://github.com/gitpod-io/Gitpod-R). You can try it here:

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/Gitpod-R)

0 comments on commit a059449

Please sign in to comment.