From cb0f40a7840b470404a0f5665449d858a10bb177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Cotineau?= Date: Tue, 5 Nov 2024 17:05:50 +0100 Subject: [PATCH] SONAR-23538 make folder structure compatible with community build --- .cirrus/tasks.yml | 7 ++++--- {10/community => community-build}/Dockerfile | 0 {10/community => community-build}/entrypoint.sh | 0 3 files changed, 4 insertions(+), 3 deletions(-) rename {10/community => community-build}/Dockerfile (100%) rename {10/community => community-build}/entrypoint.sh (100%) diff --git a/.cirrus/tasks.yml b/.cirrus/tasks.yml index c25ccf97..1f2489d5 100644 --- a/.cirrus/tasks.yml +++ b/.cirrus/tasks.yml @@ -18,6 +18,7 @@ env: CURRENT_LTA_VERSION: 9.9.7 CURRENT_VERSION: 10.7.0 NEXT_VERSION: 10.8.0 + COMMUNITY_BUILD_VERSION: 0000 build_server_hw_template: &BUILD_SERVER_HW_TEMPLATE @@ -93,8 +94,8 @@ multi_arch_build_task: tag: $CURRENT_LTA_VERSION-datacenter-app - version: 9/datacenter/search tag: $CURRENT_LTA_VERSION-datacenter-search - - version: 10/community - tag: $NEXT_VERSION-community + - version: community-build + tag: $COMMUNITY_BUILD_VERSION-community - version: 10/developer tag: $NEXT_VERSION-developer - version: 10/enterprise @@ -193,7 +194,7 @@ multi_arch_test_task: - test_name: docker-compose tag: $CURRENT_LTA_VERSION-datacenter - test_name: docker - tag: $NEXT_VERSION-community + tag: $COMMUNITY_BUILD_VERSION-community - test_name: docker tag: $NEXT_VERSION-developer - test_name: docker diff --git a/10/community/Dockerfile b/community-build/Dockerfile similarity index 100% rename from 10/community/Dockerfile rename to community-build/Dockerfile diff --git a/10/community/entrypoint.sh b/community-build/entrypoint.sh similarity index 100% rename from 10/community/entrypoint.sh rename to community-build/entrypoint.sh