From 911b12564b5e2c1cda49908996ab8c4cf5c02679 Mon Sep 17 00:00:00 2001 From: James Polley Date: Mon, 2 Jul 2018 02:07:38 +1000 Subject: [PATCH] Always quote numerical branch names Gitlab-ci expects to see a string; if not quoted this becomes an int. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55652ecf..fcba718f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -170,7 +170,7 @@ pages: <<: *sphinx only: - master - - 2019 + - "2019" environment: name: docs url: https://laconfdev.gitlab.io/symposion_app/