Changeset - 911b12564b5e
[Not reviewed]
0 1 0
James Polley - 6 years ago 2018-07-01 16:07:38
jp@jamezpolley.com
Always quote numerical branch names

Gitlab-ci expects to see a string; if not quoted this becomes an int.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.gitlab-ci.yml
Show inline comments
...
 
@@ -170,7 +170,7 @@ pages:
 
  <<: *sphinx
 
  only:
 
  - master
 
  - 2019
 
  - "2019"
 
  environment:
 
    name: docs
 
    url: https://laconfdev.gitlab.io/symposion_app/
0 comments (0 inline, 0 general)