Skip to content

Commit

Permalink
[CI] Add debug output to publishing nightly builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Apr 28, 2022
1 parent 4733d1f commit 7444ebd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -752,6 +752,8 @@ publish:weekly:
if [ -d $platform ] ; then
path=$prefix/experimental/$platform/x86_64/;
sudo -u stci -H mkdir -p $path;
ls -latr $platform/;
echo $path;
sudo -u stci -H cp $platform/* $path;
sudo -u stci -H createrepo --update -q $path;
fi;
Expand Down

0 comments on commit 7444ebd

Please sign in to comment.