From 39c66b1ea7c46a657d63b8b941d302e518162903 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Wed, 1 Jul 2020 20:27:50 +0300 Subject: [PATCH] Revert "CI: don't use run-docker.sh" This reverts commit 7aeb7a9a3ab57676776020c35513924d4d1f3472. --- .github/workflows/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index f39e597e2..5003f2c69 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -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