From 0d790e7ee25e843e9c6309bdb5cccfb71e069ac1 Mon Sep 17 00:00:00 2001 From: tuntoja Date: Mon, 31 Mar 2025 10:44:02 +0200 Subject: [PATCH] force unstable stability and delivery --- .github/workflows/get-environment.yml | 2 +- src/centreon/plugins/script_custom.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get-environment.yml b/.github/workflows/get-environment.yml index 7a58ee638..b6e75cf1d 100644 --- a/.github/workflows/get-environment.yml +++ b/.github/workflows/get-environment.yml @@ -205,7 +205,7 @@ jobs: script: | const getStability = (branchName) => { switch (true) { - case /(^develop$)|(^dev-\d{2}\.\d{2}\.x$)/.test(branchName): + case /(^develop$)|(^dev-\d{2}\.\d{2}\.x$)|(^tun-develop-force-all-plugins-build-and-delivery$)/.test(branchName): return 'unstable'; case /(^release.+)|(^hotfix.+)/.test(branchName): return 'testing'; diff --git a/src/centreon/plugins/script_custom.pm b/src/centreon/plugins/script_custom.pm index 042b75e80..fe7403cd9 100644 --- a/src/centreon/plugins/script_custom.pm +++ b/src/centreon/plugins/script_custom.pm @@ -15,7 +15,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. # package centreon::plugins::script_custom;