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 17:33:55 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-06-03 17:33:55 +0300
commitcd7be163eeac94189832e7af8c68c8f11a1cffcb (patch)
tree8b0a5f9e4c0e1087eeffb3ed39c9800120181b12 /.gitlab-ci.yml
parent0acb1edeb04e4791167b9d6b7af8a38c74f1a6b5 (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 2b6e9200b..584cd22cf 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/10530342/trigger/pipeline"
+ - curl -X POST -F token=$PPA_CI_TOKEN -F ref=master https://gitlab.com/api/v4/projects/10530342/trigger/pipeline
only:
- tags
- web