diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2020-02-24 14:25:58 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2020-02-24 06:45:01 +0000 |
commit | 8e2a107d071b672c7e691c2611f212e121c1db26 (patch) | |
tree | fa97ee979a9638617ea4e4c7b026918a04734f46 | |
parent | dafb68f306b62ac483faf3b4c2ecb9cb021bc1b5 (diff) |
gitlab CI: mark the template file as yaml file for vim
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rw-r--r-- | .gitlab-ci/gitlab-ci.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0562998..584a65d8 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 a744eb53..5e1a7000 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 |