Remove pipelines

This commit is contained in:
weslambert
2024-07-17 09:50:26 -04:00
committed by GitHub
parent 38e7da1334
commit f051ddc7f0

View File

@@ -385,7 +385,7 @@ preupgrade_changes() {
[[ "$INSTALLEDVERSION" == 2.4.50 ]] && up_to_2.4.60 [[ "$INSTALLEDVERSION" == 2.4.50 ]] && up_to_2.4.60
[[ "$INSTALLEDVERSION" == 2.4.60 ]] && up_to_2.4.70 [[ "$INSTALLEDVERSION" == 2.4.60 ]] && up_to_2.4.70
[[ "$INSTALLEDVERSION" == 2.4.70 ]] && up_to_2.4.80 [[ "$INSTALLEDVERSION" == 2.4.70 ]] && up_to_2.4.80
[[ "$INSTALLEDVERSION" == 2.4.80 ]] && up_to_2.4.90 [[ "$INSTALLEDVERSION" == 2.4.80 ]] &&
true true
} }
@@ -660,6 +660,7 @@ up_to_2.4.80() {
up_to_2.4.90() { up_to_2.4.90() {
echo "Nothing to apply" echo "Nothing to apply"
INSTALLEDVERSION=2.4.90 INSTALLEDVERSION=2.4.90
rm /opt/so/state/espipelines.txt
} }
add_detection_test_pillars() { add_detection_test_pillars() {