Skip to content

Commit

Permalink
Revert "Bump mariadb_branch to maintained branch + temp pull dependen…
Browse files Browse the repository at this point in the history
…cies from pr #2651"

This reverts commit 6e20c37.
  • Loading branch information
grooverdan committed Aug 22, 2024
1 parent 1af0a15 commit fbd056a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build_images/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN . /etc/os-release \
curl -s "https://ci.mariadb.org/galera/mariadb-4.x-latest-gal-${ARCH}-${ID}-$(echo "$VERSION_ID" | sed 's/\.//').sources" >/etc/apt/sources.list.d/galera-4.sources; \
fi \
&& apt-get update \
&& curl -skO https://raw.githubusercontent.com/MariaDB/server/44e4b93316be8df130c6d87880da3500d83dbe10/debian/control \
&& curl -skO "https://raw.githubusercontent.com/MariaDB/server/$MARIADB_BRANCH/debian/control" \
&& mkdir debian \
&& mv control debian/control \
&& touch debian/rules VERSION debian/not-installed \
Expand Down

0 comments on commit fbd056a

Please sign in to comment.