You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
chore(ci): add retries for the installations, fix colors for ci, clear apt cache, fix deps missing on CI stage by moving step to the beginnig
This commit is contained in:
committed by
Leonid Fedorov
parent
b2c0106c93
commit
7c7026253a
@ -58,10 +58,10 @@ else
|
||||
fi
|
||||
|
||||
if [[ $(compgen -G "./${RESULT}/*.rpm") ]]; then
|
||||
dnf install -q -y createrepo
|
||||
retry_eval 5 "dnf install -q -y createrepo"
|
||||
createrepo "./${RESULT}"
|
||||
else
|
||||
apt update && apt install -y dpkg-dev
|
||||
retry_eval 5 "apt update && apt install -y dpkg-dev"
|
||||
dpkg-scanpackages "${RESULT}" | gzip >"./${RESULT}/Packages.gz"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user