@@ -519,7 +519,7 @@ mariadb.org-10.5 to mariadb-10.5 upgrade:
519
519
- *test-prepare-container
520
520
- apt install -y curl
521
521
- curl -sS https://mariadb.org/mariadb_release_signing_key.asc -o /etc/apt/trusted.gpg.d/mariadb.asc
522
- - echo "deb https://deb.mariadb.org/repo/ 10.5/debian ${RELEASE} main" > /etc/apt/sources.list.d/mariadb.list
522
+ - echo "deb https://deb.mariadb.org/10.5/debian ${RELEASE} main" > /etc/apt/sources.list.d/mariadb.list
523
523
- apt-get update
524
524
# The 10.5.9 release is missing mariadb-plugin-columnstore, define all other packages but it to avoid hitting the error:
525
525
# The following packages have unmet dependencies:
@@ -539,7 +539,7 @@ mariadb.org-10.5 to mariadb-10.5 upgrade:
539
539
- *test-verify-final
540
540
variables :
541
541
GIT_STRATEGY : none
542
- RELEASE : bullseye # Last Debian release that MariaDB.org publised 10.5 binaries for
542
+ RELEASE : bullseye # Last Debian release that MariaDB.org published 10.5 binaries for
543
543
except :
544
544
variables :
545
545
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
@@ -558,7 +558,7 @@ mariadb.org-10.4 to mariadb-10.5 upgrade:
558
558
- *test-prepare-container
559
559
- apt install -y curl
560
560
- curl -sS https://mariadb.org/mariadb_release_signing_key.asc -o /etc/apt/trusted.gpg.d/mariadb.asc
561
- - echo "deb https://deb.mariadb.org/repo/ 10.4/debian ${RELEASE} main" > /etc/apt/sources.list.d/mariadb.list
561
+ - echo "deb https://deb.mariadb.org/10.4/debian ${RELEASE} main" > /etc/apt/sources.list.d/mariadb.list
562
562
- apt-get update
563
563
- apt-get install -y mariadb-server-10.4
564
564
# MariaDB.org version of 10.4 and early 10.5 do not install an init file, so
@@ -572,7 +572,7 @@ mariadb.org-10.4 to mariadb-10.5 upgrade:
572
572
- *test-verify-final
573
573
variables :
574
574
GIT_STRATEGY : none
575
- RELEASE : buster # Last Debian release that MariaDB.org publised 10.4 binaries for
575
+ RELEASE : buster # Last Debian release that MariaDB.org published 10.4 binaries for
576
576
except :
577
577
variables :
578
578
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
@@ -591,7 +591,7 @@ mariadb.org-10.3 to mariadb-10.5 upgrade:
591
591
- *test-prepare-container
592
592
- apt install -y curl
593
593
- curl -sS https://mariadb.org/mariadb_release_signing_key.asc -o /etc/apt/trusted.gpg.d/mariadb.asc
594
- - echo "deb https://deb.mariadb.org/repo/ 10.3/debian ${RELEASE} main" > /etc/apt/sources.list.d/mariadb.list
594
+ - echo "deb https://deb.mariadb.org/10.3/debian ${RELEASE} main" > /etc/apt/sources.list.d/mariadb.list
595
595
- apt-get update
596
596
- apt-get install -y mariadb-server-10.3
597
597
- *test-verify-initial
@@ -605,7 +605,7 @@ mariadb.org-10.3 to mariadb-10.5 upgrade:
605
605
- *test-verify-final
606
606
variables :
607
607
GIT_STRATEGY : none
608
- RELEASE : buster # Last Debian release that MariaDB.org publised 10.3 binaries for
608
+ RELEASE : buster # Last Debian release that MariaDB.org published 10.3 binaries for
609
609
except :
610
610
variables :
611
611
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
@@ -624,7 +624,7 @@ mariadb.org-10.2 to mariadb-10.5 upgrade:
624
624
- *test-prepare-container
625
625
- apt install -y curl apt-transport-https
626
626
- curl -sS https://mariadb.org/mariadb_release_signing_key.asc -o /etc/apt/trusted.gpg.d/mariadb.asc
627
- - echo "deb https://deb.mariadb.org/repo/ 10.2/debian ${RELEASE} main" > /etc/apt/sources.list.d/mariadb.list
627
+ - echo "deb https://deb.mariadb.org/10.2/debian ${RELEASE} main" > /etc/apt/sources.list.d/mariadb.list
628
628
- apt-get update
629
629
- apt-get install -y mariadb-server-10.2
630
630
# Verify initial state before upgrade
@@ -657,7 +657,7 @@ mariadb.org-10.2 to mariadb-10.5 upgrade:
657
657
- *test-verify-final
658
658
variables :
659
659
GIT_STRATEGY : none
660
- RELEASE : stretch # Last Debian release that MariaDB.org publised 10.2 binaries for
660
+ RELEASE : stretch # Last Debian release that MariaDB.org published 10.2 binaries for
661
661
except :
662
662
variables :
663
663
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
0 commit comments