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

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2022-11-15 01:55:19 +0300
committerAntenore Gatta <antenore@simbiosi.org>2022-11-15 01:55:19 +0300
commit497f225295e62c849084a0b328f221bea865d250 (patch)
tree1ca2f9eea744f260e884965ab1d520d8301f2fcc /.gitpod.yml
parent87a38ef0df9c164ef09bc4e41e0206b7b4e8ffd3 (diff)
Tentatively fix format
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..2b5b3b8
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,8 @@
+# This configuration file was automatically generated by Gitpod.
+# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
+# and commit this file to your remote git repository to share the goodness with others.
+
+tasks:
+ - init: bundle install
+
+