CI: don't use run-docker.sh

This commit is contained in:
Leonid Pliushch 2020-07-01 14:55:45 +03:00
parent f7216d85b8
commit f352387fe2

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" }')
./scripts/run-docker.sh ./build-package.sh -a ${{ matrix.target_arch }} -I ${PACKAGE_NAMES}
./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