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-11-01 19:24:22 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-01 19:24:22 +0300
commit4ff33a1b5f00bb3fe29c16e1f7ace976523a2f0b (patch)
treef145f1de1c09e8079828b34478f8b28a1571366f
parent5973408cf8d51a5677893185162e600d2d2ea014 (diff)
Remmina CI update
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 969b025..75131aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ stages:
remminadoc build:
stage: upddoc
before_script:
+ - apt-get update -qq
- apt-get install -y -qq doxygen graphviz libxslt1.1 xsltproc
script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
@@ -36,6 +37,7 @@ remminadoc build:
remminai18n build:
stage: updi18n
before_script:
+ - apt-get update -qq
- apt-get install -y -qq gettext-base gettext lftp
script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'