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

gitlab.com/Remmina/remmina-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dbec884..0dfc3ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ remminai18n build:
stage: updi18n
before_script:
- apt-get update -qq
- - apt-get install -y -qq gettext-base gettext lftp
+ - apt-get install -y -qq gettext-base gettext
script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
@@ -53,9 +53,7 @@ remminai18n build:
- git clone git@gitlab.com:Remmina/Remmina.git Remmina
- cd Remmina
- scripts/update-translations.sh
- - scripts/i18nstats.sh
- 'git diff --exit-code --quiet origin/master || git commit -am "Updating pot file via remmina-ci"'
- - lftp -e "cd $REM_CWD/stats ; put data/reports/chartkick.min.js; put data/reports/postats.html; exit" -u "$REM_USER,$REM_PASWD" "$REM_SERVER"
- 'git fetch ; git merge --ff --commit -m "Automatic merge from CI"'
- git push origin master
when: on_success