Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2020-11-13 00:24:16 +0300
committerEvan Read <eread@gitlab.com>2020-11-13 00:24:16 +0300
commit9d941fa837ad0fd52d306b3c74dc7c9d8ff8af00 (patch)
tree29c0301ed7a97d9526953e960b801ef5e66d856c /.gitpod.yml
parent01d4b4d0d965192a01f66936349fe350055d38e3 (diff)
Add Gitpod integration
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 00000000..b4036701
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,13 @@
+image: registry.gitlab.com/gitlab-org/gitlab-docs/lint:latest
+
+ports:
+ - port: 3004
+ onOpen: open-browser
+
+tasks:
+ - init: |
+ bundle install
+ yarn install --frozen-lockfile
+ bundle exec rake
+ bundle exec nanoc compile
+ command: bundle exec nanoc live --port=3004