This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds-website.git

commit c8d58086177a9656dfa7198924ca573a535bf182
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Thu Jun 10 09:22:32 2021 +0530

    add gitpod tasks to launch immediately
    
    Reference: https://www.gitpod.io/blog/gitpodify#running-init-scripts
---
 .gitpod.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..518a4ae
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,4 @@
+tasks:
+  - init: npm install -g gulp
+    command: npm install
+    command: gem install jekyll

Reply via email to