From 7c4e819635f08680ffa33fe436f3c3502709cff1 Mon Sep 17 00:00:00 2001 From: Pierre Verkest Date: Fri, 1 Sep 2023 14:44:13 +0200 Subject: [PATCH] naming gitlab ci --- .gitlab-ci.yaml => .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename .gitlab-ci.yaml => .gitlab-ci.yml (95%) diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yml similarity index 95% rename from .gitlab-ci.yaml rename to .gitlab-ci.yml index f626577..ac72502 100644 --- a/.gitlab-ci.yaml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ -# This is based on the follwing template located at: +# This is based on the following template located at: # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml +# and other experimentations # Official language image. Look for the different tagged releases at: # https://hub.docker.com/r/library/python/tags/