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-12-11 17:47:04 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-12-11 17:47:04 +0300
commit8805f7a167d3ce77ba3d7d82b2d2feeee7fd7012 (patch)
treed2cbfbb800e31291238b7b5f31a4b1d24e24f7e8 /.gitlab-ci.yml
parentb5f91aa87bd12e77efe04c6a60a0ca93e66dfa6e (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 b4fa9c177..4f9146b47 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 https://gitlab.com/api/v4/projects/6725270/trigger/pipeline
only:
- tags
- web