CI: drop /tmp/artifacts upload to Gitlab

Contents of this folder are uploaded to S3 with shutzbot/upload_artifacts.sh
Also fixing epel installation in the mentioned script.
This commit is contained in:
Jakub Rusz 2022-07-26 10:54:59 +02:00 committed by Christian Kellner
parent c71ae8f455
commit cf562dbb57
3 changed files with 4 additions and 7 deletions

View file

@ -10,7 +10,7 @@ ARTIFACTS=${ARTIFACTS:-/tmp/artifacts}
function greenprint {
echo -e "\033[1;32m[$(date -Isecond)] ${1}\033[0m"
}
source /etc/os-release
# s3cmd is in epel, add if it's not present
if [[ $ID == rhel || $ID == centos ]] && ! rpm -q epel-release; then
curl -Ls --retry 5 --output /tmp/epel.rpm \