diff --git a/README.md b/README.md index 5a3ca08c12d137ce4a966b3c5f134bb52ec84222..9f49065663f1346235efa718267c0671a8ac6b03 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: 'Orange-OpenSource/tbc/python' - ref: '1.0.0' + ref: '1.1.0' file: '/templates/gitlab-ci-python.yml' ``` diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index 58ee94b8e99f8d2f859cfc8862e960b956121666..572ac4a0f7098be6da24219d10ddb2c576cda537 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -305,7 +305,7 @@ variables: fi } - if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update python "1.0.0"; fi + if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update python "1.1.0"; fi unscope_variables # ENDSCRIPT @@ -317,7 +317,7 @@ variables: image: $PYTHON_IMAGE services: - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master" - command: ["--service", "python", "1.0.0"] + command: ["--service", "python", "1.1.0"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: