Commit 409dbd49 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.3.0 [skip ci]

parent 61191ea2
Loading
Loading
Loading
Loading
+3 −3
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: 'Orange-OpenSource/tbc/mkdocs'
    ref: '1.2.0'
    ref: '1.3.0'
    file: '/templates/gitlab-ci-mkdocs.yml'
```

@@ -61,10 +61,10 @@ If you wish to use it, add the following to your `gitlab-ci.yml`:
include:
  # main template
  - project: 'Orange-OpenSource/tbc/mkdocs'
    ref: '1.2.0'
    ref: '1.3.0'
    file: '/templates/gitlab-ci-mkdocs.yml'
  # GitLab pages variant
  - project: 'Orange-OpenSource/tbc/mkdocs'
    ref: '1.2.0'
    ref: '1.3.0'
    file: '/templates/gitlab-ci-mkdocs-pages.yml'
```
+2 −2
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ stages:
    fi
  }

  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update mkdocs "1.2.0"; fi
  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update mkdocs "1.3.0"; fi
  unscope_variables

  # ENDSCRIPT
@@ -218,7 +218,7 @@ mkdocs:
  image: ${MKD_IMAGE}
  services:
    - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master"
      command: ["--service", "mkdocs", "1.2.0" ]
      command: ["--service", "mkdocs", "1.3.0" ]
  variables:
    PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
  # Cache downloaded dependencies and plugins between builds.