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:
authorAntenore Gatta <antenore@simbiosi.org>2019-01-31 16:40:26 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-31 16:40:26 +0300
commit06c4a83dc15cccde5be4d4e8e0e6159be1b5ef98 (patch)
treea91e0e2978a91d1e300b7b241379c8f9f9c2f669
parent30361758f238a38ec0f783fb9bc65b7860c6f429 (diff)
Add ftp to remmina.org
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc18bfe..800d8f9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,7 +42,7 @@ remminai18n build:
- apt-get update -qq
- apt-get install -y -qq software-properties-common
python3-software-properties
- - apt-get install -y -qq build-essential git-core gettext-base gettext
+ - apt-get install -y -qq build-essential git-core gettext-base gettext lftp
script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
@@ -57,4 +57,5 @@ remminai18n build:
- cd Remmina
- scripts/update-translations.sh
- 'git diff --exit-code --quiet origin/master || { scripts/i18nstats.sh ; git commit -am "Automatic translations by 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 push origin master