From 11aa7dccc544fde6d6c0e8b95fafd2fdd33cd292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20OLIVIER?= <cedric3.olivier@orange.com> Date: Tue, 9 Nov 2021 16:00:53 +0100 Subject: [PATCH] doc: fix version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric OLIVIER <cedric3.olivier@orange.com> --- README.md | 2 +- templates/gitlab-ci-python.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7738c21..b1e8623 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/python' - ref: '2.0.3' + ref: '2.1.1' file: '/templates/gitlab-ci-python.yml' ``` diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index ff48bd1..13b523e 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -307,7 +307,7 @@ variables: fi } - if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update python "2.0.3"; fi + if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update python "2.1.1"; fi unscope_variables # ENDSCRIPT @@ -319,7 +319,7 @@ variables: image: $PYTHON_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - command: ["--service", "python", "2.0.3"] + command: ["--service", "python", "2.1.1"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: -- GitLab