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>2022-05-19 00:16:46 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-05-19 00:16:46 +0300
commitb8df1b4d725d77875baad697641f093bdce70173 (patch)
tree0e326beb3999fad9868964efbd4102253f1b50fe /.gitlab-ci.yml
parent6bc3b16594327b31c7b70e19256c74523afd64f2 (diff)
tentativelly fix PPA auto build
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 478c6fef2..45dec1bc0 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=$PPACITOKEN -F ref=master https://gitlab.com/api/v4/projects/6725270/trigger/pipeline
only:
- tags
- web