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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-05-04 11:29:00 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-05-04 11:29:00 +0300
commit4987ca02592454c8d4c31ee3be79de36b8a0e121 (patch)
tree186e95ca13b8633e6041848b7fa7e85480df354e /.gitlab-ci.yml
parent9547c027d22bf0640ffe89b8b624dd6e5805f1f2 (diff)
Using Remmina image for trigger_build job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e96523093..3a8e9a84b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,6 @@ appimage:build:
only: [chat]
before_script:
- apt-get update -qq
- - apt-get install -y -qq libpcre2-8-0 libpcre2-dev wget python3 python3-dev
script:
- mkdir $BUILD_FOLDER
- cmake -B$BUILD_FOLDER -H. $CMAKE_BUILD_OPTIONS -DCMAKE_INSTALL_PREFIX=/usr
@@ -124,6 +123,7 @@ snap:build:
- web
- schedules
trigger_build:
+ image: registry.gitlab.com/remmina/remmina/ubuntu:18.04
stage: build
script:
- curl -X POST -F token=$CITOKEN -F ref=master https://gitlab.com/api/v4/projects/10530342/trigger/pipeline