Revert "CI: don't use run-docker.sh"
This reverts commit 7aeb7a9a3ab57676776020c35513924d4d1f3472.
This commit is contained in:
parent
1bb3746c24
commit
39c66b1ea7
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user