Revert "force unstable stability and delivery"

This reverts commit 3bfff7f76d4510f9687b6b416ae5a6c9eb370cd1.
This commit is contained in:
tuntoja 2025-05-05 10:10:19 +02:00
parent 0d790e7ee2
commit 139f1ab3b2
2 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

@ -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;