mirror of https://github.com/citusdata/citus.git
Swallow apt-update errors because of unreachable repositories
parent
2d83177a02
commit
164313a3ef
|
@ -157,7 +157,7 @@ jobs:
|
|||
run: |
|
||||
echo "Postgres version: ${POSTGRES_VERSION}"
|
||||
|
||||
sudo apt-get update -y
|
||||
sudo apt-get update -y || true # ignore errors
|
||||
## Install required packages to execute packaging tools for deb based distros
|
||||
sudo apt-get purge -y python3-yaml
|
||||
./.github/packaging/validate_build_output.sh "deb"
|
||||
|
|
Loading…
Reference in New Issue