On 19/04/2021 01.34, Philippe Mathieu-Daudé wrote:
It is not possible to use the previously extracted templates
without this set of core containers. Extract them into a new
file (container-core.yml) to be able to build them without
having to build all the other containers by default.
Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org>
---
.gitlab-ci.d/container-core.yml | 17 +++++++++++++++++
.gitlab-ci.d/containers.yml | 16 +---------------
2 files changed, 18 insertions(+), 15 deletions(-)
create mode 100644 .gitlab-ci.d/container-core.yml
Reviewed-by: Thomas Huth <th...@redhat.com>