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:
parent
c71ae8f455
commit
cf562dbb57
3 changed files with 4 additions and 7 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue