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 (tmow) <antenore@simbiosi.org>2021-05-25 11:50:51 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-05-25 11:50:51 +0300
commit3c2ab16b6e09f56aea9c064b67720d7b179827db (patch)
tree215573dd2a55d83221a039b1e717352584ca3d0d /.gitlab-ci.yml
parentcee08790d2fcaf47ad274bc1c27b352a803de99d (diff)
Update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41cd8fd75..7a515b706 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -128,13 +128,22 @@ snap:build:
- web
- schedules
trigger_build:
- image: registry.gitlab.com/remmina/remmina/ubuntu:18.04
stage: build
before_script:
- apt-get update -qq
- apt-get install -y -qq curl
script:
- curl -X POST -F token=$CITOKEN -F ref=master https://gitlab.com/api/v4/projects/10530342/trigger/pipeline
+trigger_ppa:
+ stage: build
+ before_script:
+ - apt-get update -qq
+ - apt-get install -y -qq curl
+ script:
+ - "curl -X POST -F token=$PPA_CI_TOKEN -F ref=master https://gitlab.com/api/v4/projects/6725270/trigger/pipeline"
+ only:
+ - tags
+ - web
sast:
stage: test
include: