Skip to content

Commit

Permalink
fix removal of keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovinda committed Nov 4, 2024
1 parent e0e7179 commit fcfe250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/build_scripts/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ for version in $DEB_PG_SUPPORTED_VERSIONS; do
fi

rm /etc/apt/sources.list.d/timescaledb.list
rm /usr/share/keyrings/timescale_E7391C94080429FF.gpg
rm /etc/apt/keyrings/timescale_timescaledb-archive-keyring.gpg
fi

EXTRA_EXTENSIONS=()
Expand Down

0 comments on commit fcfe250

Please sign in to comment.