Skip to content

Commit d8a350e

Browse files
authored
Add .gitpod.yml (#2184)
Signed-off-by: Patrice Chalin <[email protected]> Signed-off-by: Patrice Chalin <[email protected]>
1 parent 00e73a4 commit d8a350e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitpod.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Gitpod config, https://www.gitpod.io/docs/config-gitpod-file.
2+
3+
tasks:
4+
- init: >-
5+
rvm install `cat .ruby-version` &&
6+
make bundle &&
7+
make build
8+
command: echo "Site files are under ./output"

0 commit comments

Comments
 (0)