gitlab CI: move to use ci-fairy
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 17 Mar 2020 22:10:30 +0000 (08:10 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 18 Mar 2020 02:43:48 +0000 (12:43 +1000)
commit325839e6401d322ed632bf30e2e0255785bb31f6
treea087213d1d67173f6d1be8986aff59626e5f234e
parent9ffed2f2f4fc15c641e904787f4d995985cfef9f
gitlab CI: move to use ci-fairy

ci-templates now has a new tool ci-fairy that replaces our jinja generation
script with something (eventually) unified across project repositories. Let's
move the files to the expected locations .gitlab-ci/config.yml and
.gitlab-ci/ci.template.

ci-fairy also has a wrapper to delete images, let's start using that.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/ci.template [new file with mode: 0644]
.gitlab-ci/config.yml [new file with mode: 0644]
.gitlab-ci/generate-gitlab-ci.py [deleted file]
.gitlab-ci/gitlab-ci-config.yaml [deleted file]
.gitlab-ci/gitlab-ci.tmpl [deleted file]
.gitlab-ci/gitlab-container-delete [deleted file]