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-07 01:12:30 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-04-07 01:12:30 +0300
commit8e63886894de0f6aaf19f8bc0ded1dc685cdc15a (patch)
treef3123c757174b2363dca50ae60a7a8b8d956a7e3 /.gitlab-ci.yml
parent31a3d0577c959f294619976acbac20304f4b9c7c (diff)
fixing ci
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45a28b8..81f7dd9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,10 +4,6 @@ image: ruby:latest
stages:
- deploy
-cache:
- paths:
- - vendor/
-
variables:
JEKYLL_ENV: production
LANG: "C.UTF-8"
@@ -16,14 +12,14 @@ variables:
before_script:
- apt-get update -qq && apt-get install -y -qq lftp rubygems
- gem install bundler
- - bundle install --path vendor
+ - bundle install
deploy:
stage: deploy
only:
- master
script:
- - JEKYLL_ENV=production bundle exec jekyll build
+ - bundle exec jekyll build
- lftp -e "mirror -R -n -e _site $REM_CWD ; exit" -u "$REM_USER,$REM_PASWD" "$REM_SERVER"
artifacts:
paths: