Skip to content

Commit

Permalink
Merge once new images are on quay.io
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust authored and vladbogo committed Oct 25, 2023
1 parent cd353c7 commit b71d39e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions master-galera/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,10 @@ def dpkgDeb():
name="apt-ftparchive",
haltOnFailure=True,
command=[
"bash",
"sh",
"-xc",
util.Interpolate(
"""set -e
[[ -f /etc/apt/sources.list.d/galera-4.list ]] && sudo rm /etc/apt/sources.list.d/galera-4.list
sudo apt-get update && sudo apt-get -y install apt-utils
mkdir -p debs
find .. -maxdepth 1 -type f -exec cp {} debs/ \;
cd debs
Expand Down

0 comments on commit b71d39e

Please sign in to comment.