mockbuild: remove unused logs
These logs are not preserved, just remove them.
This commit is contained in:
parent
c19231c44e
commit
cf3ae337b0
1 changed files with 2 additions and 3 deletions
|
|
@ -77,9 +77,8 @@ sudo chown -R $USER ${REPO_DIR}
|
|||
# Change the ownership of all of our repo files from root to our CI user.
|
||||
sudo chown -R $USER ${REPO_DIR%%/*}
|
||||
|
||||
# Move the logs out of the way.
|
||||
greenprint "🧹 Retaining logs from mock build"
|
||||
mv ${REPO_DIR}/*.log $WORKSPACE
|
||||
greenprint "🧹 Remove logs from mock build"
|
||||
rm ${REPO_DIR}/*.log
|
||||
|
||||
# Create a repo of the built RPMs.
|
||||
greenprint "⛓️ Creating dnf repository"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue