Loading README.md +3 −3 Original line number Diff line number Diff line Loading @@ -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/mkdocs' ref: '1.3.0' ref: '1.4.0' file: '/templates/gitlab-ci-mkdocs.yml' ``` Loading Loading @@ -61,10 +61,10 @@ If you wish to use it, add the following to your `gitlab-ci.yml`: include: # main template - project: 'to-be-continuous/mkdocs' ref: '1.3.0' ref: '1.4.0' file: '/templates/gitlab-ci-mkdocs.yml' # GitLab pages variant - project: 'to-be-continuous/mkdocs' ref: '1.3.0' ref: '1.4.0' file: '/templates/gitlab-ci-mkdocs-pages.yml' ``` templates/gitlab-ci-mkdocs.yml +2 −2 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ stages: fi } if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update mkdocs "1.3.0"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update mkdocs "1.4.0"; fi unscope_variables # ENDSCRIPT Loading @@ -218,7 +218,7 @@ mkdocs: image: ${MKD_IMAGE} services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "mkdocs", "1.3.0" ] command: ["--service", "mkdocs", "1.4.0" ] variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" # Cache downloaded dependencies and plugins between builds. Loading Loading
README.md +3 −3 Original line number Diff line number Diff line Loading @@ -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/mkdocs' ref: '1.3.0' ref: '1.4.0' file: '/templates/gitlab-ci-mkdocs.yml' ``` Loading Loading @@ -61,10 +61,10 @@ If you wish to use it, add the following to your `gitlab-ci.yml`: include: # main template - project: 'to-be-continuous/mkdocs' ref: '1.3.0' ref: '1.4.0' file: '/templates/gitlab-ci-mkdocs.yml' # GitLab pages variant - project: 'to-be-continuous/mkdocs' ref: '1.3.0' ref: '1.4.0' file: '/templates/gitlab-ci-mkdocs-pages.yml' ```
templates/gitlab-ci-mkdocs.yml +2 −2 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ stages: fi } if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update mkdocs "1.3.0"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update mkdocs "1.4.0"; fi unscope_variables # ENDSCRIPT Loading @@ -218,7 +218,7 @@ mkdocs: image: ${MKD_IMAGE} services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "mkdocs", "1.3.0" ] command: ["--service", "mkdocs", "1.4.0" ] variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" # Cache downloaded dependencies and plugins between builds. Loading