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 <antenore@simbiosi.org>2020-06-03 23:05:19 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-06-03 23:05:19 +0300
commite1652c9bab1bdb41ff79cbf15160d2713c817b18 (patch)
treecd61ea6c7714bca4f8e2537cd17736b7893bcd22 /.gitlab-ci.yml
parent4cf318ddf308aafdfb67bc03deb2aded398694bf (diff)
Remmina CI - Added trigger token
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 6e585b0ae..37c5c14af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -149,4 +149,4 @@ snap:build:
trigger_build:
stage: build
script:
- - "curl -X POST -F token=TOKEN -F ref=REF_NAME https://gitlab.com/api/v4/projects/10530342/trigger/pipeline"
+ - "curl -X POST -F token=$CITOKEN -F ref=master https://gitlab.com/api/v4/projects/10530342/trigger/pipeline"