From cd7be163eeac94189832e7af8c68c8f11a1cffcb Mon Sep 17 00:00:00 2001 From: "Antenore Gatta (tmow)" Date: Thu, 3 Jun 2021 14:33:55 +0000 Subject: Update .gitlab-ci.yml --- .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 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 -- cgit v1.2.3