[Tarantool-patches] [PATCH v9] gitlab-ci: push Deb/RPM packages to S3 based repos
Alexander Turenko
alexander.turenko at tarantool.org
Mon Feb 3 16:42:26 MSK 2020
> S3 compatible storage:
>
> | - live
> | - 1.10
> | - 2.1
> | - 2.2
> | - ...
> | - release
> | - 1.10
> | - 2.1
> | - 2.2
> | - ...
Please, format it as a tree:
| - live
| - 1.10
And so on.
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 3af5a3c8a..8d2a15ce8 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -8,9 +8,24 @@ variables:
>
> .release_only_template: &release_only_definition
> only:
> - refs:
> - - master
> - - /^.*-full-ci$/
> + - master
It is almost same as &deploy_only_definition below. I don't found strict
correspondence between templates and different kinds of jobs we have.
Looks messy...
> +
> +.fullci_only_template: &fullci_only_definition
> + only:
> + - /^.*-full-ci$/
It is not used anywhere.
More information about the Tarantool-patches
mailing list