From 139f1ab3b28872ac1b9c26116adb407f1420fed9 Mon Sep 17 00:00:00 2001 From: tuntoja Date: Mon, 5 May 2025 10:10:19 +0200 Subject: [PATCH] Revert "force unstable stability and delivery" This reverts commit 3bfff7f76d4510f9687b6b416ae5a6c9eb370cd1. --- .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 b6e75cf1d..7a58ee638 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$)|(^tun-develop-force-all-plugins-build-and-delivery$)/.test(branchName): + case /(^develop$)|(^dev-\d{2}\.\d{2}\.x$)/.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 fe7403cd9..042b75e80 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;