From 3c2ab16b6e09f56aea9c064b67720d7b179827db Mon Sep 17 00:00:00 2001 From: "Antenore Gatta (tmow)" Date: Tue, 25 May 2021 08:50:51 +0000 Subject: Update .gitlab-ci.yml --- .gitlab-ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.3