Skip to content

Commit

Permalink
fixed metarepositories mv
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Sep 16, 2023
1 parent 9671c67 commit d4a7d10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ for PACKAGE in $BUILD_ORDER; do
mv ../*.deb $ARTIFACTS_FOLDER/$IDX/
else
echo "$0: moving the artifact to $ARTIFACTS_FOLDER/metarepositories"
mv ../*.deb $ARTIFACTS_FOLDER/metarepositories
mkdir -p $ARTIFACTS_FOLDER/metarepositories
mv ../*.deb $ARTIFACTS_FOLDER/metarepositories/
fi

echo "$PACKAGE:
Expand Down

0 comments on commit d4a7d10

Please sign in to comment.