Revert "CI: don't use run-docker.sh"

This reverts commit 7aeb7a9a3ab57676776020c35513924d4d1f3472.
This commit is contained in:
Leonid Pliushch 2020-07-01 20:27:50 +03:00
parent 1bb3746c24
commit 39c66b1ea7
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ jobs:
# in upload job.
if [ -n "$PACKAGE_NAMES" ]; then
./scripts/lint-packages.sh $(echo "$PACKAGE_NAMES" | grep -P '^[a-zA-Z0-9]' | awk '{ print "./packages/"$0"/build.sh" }')
./build-package.sh -a ${{ matrix.target_arch }} -I ${PACKAGE_NAMES}
./scripts/run-docker.sh ./build-package.sh -a ${{ matrix.target_arch }} -I ${PACKAGE_NAMES}
echo "${PACKAGE_NAMES}" > ./built_packages.txt
fi
# Put package lists into directory with *.deb files so they will be transferred to