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>2020-04-02 02:39:14 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-04-02 02:39:14 +0300
commit69e6958d20cba90ac681d69eaacce5289a07a578 (patch)
tree906815b5eafb3f1d92f759b944d35cbc9dca469f
parent51d3bd66da6fae1c1bf79c75188d0f6273dade22 (diff)
parente8acf0e17a084163cf44045ff4ef009a98fde8e8 (diff)
Merge branch 'master' of gitlab.com:Remmina/remmina-web
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 458e88e..297fde7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,6 @@
---
+image: ruby:latest
+
stages:
- deploy
@@ -7,6 +9,7 @@ cache:
- vendor/
variables:
+ JEKYLL_ENV: production
LANG: "C.UTF-8"
before_script: