Loading README.md +1 −1 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/python' ref: '1.1.0' ref: '1.2.0' file: '/templates/gitlab-ci-python.yml' ``` Loading templates/gitlab-ci-python.yml +2 −2 Original line number Diff line number Diff line Loading @@ -305,7 +305,7 @@ variables: fi } if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update python "1.1.0"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update python "1.2.0"; fi unscope_variables # ENDSCRIPT Loading @@ -317,7 +317,7 @@ variables: image: $PYTHON_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "python", "1.1.0"] command: ["--service", "python", "1.2.0"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: Loading Loading
README.md +1 −1 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/python' ref: '1.1.0' ref: '1.2.0' file: '/templates/gitlab-ci-python.yml' ``` Loading
templates/gitlab-ci-python.yml +2 −2 Original line number Diff line number Diff line Loading @@ -305,7 +305,7 @@ variables: fi } if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update python "1.1.0"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update python "1.2.0"; fi unscope_variables # ENDSCRIPT Loading @@ -317,7 +317,7 @@ variables: image: $PYTHON_IMAGE services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "python", "1.1.0"] command: ["--service", "python", "1.2.0"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: Loading