Skip to content

Commit

Permalink
[CI] Fix publish weekly script.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jun 11, 2020
1 parent 570219f commit aeea0df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Expand Up @@ -764,13 +764,12 @@ publish:weekly:
- yum install --nogpg -y sssd-client sudo createrepo
- prefix=/eos/project/s/storage-ci/www/xrootd
- "for platform in epel-8 epel-7 epel-6; do
if [ -d $platform ]
then
if [ -d $platform ] ; then
path=$prefix/experimental/$platform/x86_64/;
sudo -u stci -H mkdir -p $path;
sudo -u stci -H cp $platform/* $path;
sudo -u stci -H createrepo --update -q $path;
fi
fi;
done"
tags:
- docker_node
Expand Down

0 comments on commit aeea0df

Please sign in to comment.