This commit is contained in:
2024-03-19 15:06:34 +01:00
parent 526a32b6cb
commit 91ae3d55d9
2 changed files with 9 additions and 3 deletions

View File

@ -1265,9 +1265,9 @@ doEnding() {
doEchoStep "Generated packages :"
echo
cat $CURRENT/$BRANCH/$VERSION/ready/packages.log
cat $CURRENT/build/$BRANCH/$VERSION/ready/packages.log
echo
echo "In folder: $CURRENT/$BRANCH/$VERSION/ready"
echo "In folder: $CURRENT/build/$BRANCH/$VERSION/ready"
doSync
}