From 68677e369229045e65dad132d8e2da3519ecc615 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 30 Aug 2020 15:09:11 -0500 Subject: [PATCH] Docs CI: simplify `only` ref --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3a60b169..7d60fe637 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,8 +48,7 @@ docs-deploy: script: - curl -X POST -F"token=$CI_JOB_TOKEN" -F'ref=master' https://gitlab.com/api/v4/projects/15685485/trigger/pipeline only: - refs: - - develop + - develop # Supposed to fail when translations are outdated, instead always passes #