From b8df1b4d725d77875baad697641f093bdce70173 Mon Sep 17 00:00:00 2001 From: "Antenore Gatta (tmow)" Date: Wed, 18 May 2022 23:16:46 +0200 Subject: tentativelly fix PPA auto build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3