From 8e2a107d071b672c7e691c2611f212e121c1db26 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 24 Feb 2020 14:25:58 +1000 Subject: [PATCH] gitlab CI: mark the template file as yaml file for vim Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 2 +- .gitlab-ci/gitlab-ci.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d056299..584a65d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0: +# vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0 filetype=yaml: # # This is a bit complicated for two reasons: # - we really want to run dnf/apt/... only once, updating on the test runner for diff --git a/.gitlab-ci/gitlab-ci.tmpl b/.gitlab-ci/gitlab-ci.tmpl index a744eb5..5e1a700 100644 --- a/.gitlab-ci/gitlab-ci.tmpl +++ b/.gitlab-ci/gitlab-ci.tmpl @@ -1,4 +1,4 @@ -# vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0: +# vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0 filetype=yaml: # # This is a bit complicated for two reasons: # - we really want to run dnf/apt/... only once, updating on the test runner for -- 2.7.4