Commit 11aa7dcc authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

doc: fix version

parent 646f7098
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'
```

+2 −2
Original line number Diff line number Diff line
@@ -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: