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-06-03 18:00:08 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-06-03 18:00:08 +0300
commit499b2e647276597865757ede894fa29563e9ef45 (patch)
tree01e3c2070399502cd23407164c94b31a690101be /.gitlab-ci.yml
parent79db09bb369a8f217b6e5b115f017b5d988615ba (diff)
Update .gitlab-ci.yml
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 46be6d88e..5d1e8334d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,7 +140,7 @@ trigger_ppa:
- 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
+ - curl -X POST -F token=$PPA_CI_TOKEN -F ref=master -F "variables[CI_CONFIG_PATH]=ci/.gitlab-ci.yml" https://gitlab.com/api/v4/projects/6725270/trigger/pipeline
only:
- tags
- web