From c52a55038061fb9694f7033783c9ecb259c6d4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Mon, 21 Jun 2021 14:45:19 +0200 Subject: [PATCH] Fixing wrong image type when building selected images with Github actions (#2912) --- .github/workflows/build-single.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-single.yml b/.github/workflows/build-single.yml index 8b91315bd1..fb4d04516e 100644 --- a/.github/workflows/build-single.yml +++ b/.github/workflows/build-single.yml @@ -100,7 +100,7 @@ jobs: rm -rf output/images/* output/debs/* rm -f userpatches/targets.conf - [[ "${REPOSITORY}" != "yes" ]] && ./compile.sh single IGNORE_HASH="yes" REPOSITORY_INSTALL="${REPOSITORY_INSTALL}" REBUILD_IMAGES="${REBUILD_IMAGES}" KERNEL_ONLY="yes" BETA="no" BUILD_ALL="yes" BSP_BUILD="yes" MAKE_ALL_BETA="yes" + [[ "${REPOSITORY}" != "yes" ]] && ./compile.sh single IGNORE_HASH="yes" REPOSITORY_INSTALL="${REPOSITORY_INSTALL}" REBUILD_IMAGES="${REBUILD_IMAGES}" KERNEL_ONLY="yes" BETA="no" BUILD_ALL="yes" BSP_BUILD="yes" MAKE_ALL_BETA="yes" GPG_PASS="${GPG_PASS}" ./compile.sh single MULTITHREAD="${PARALLEL_BUILDS}" REPOSITORY_INSTALL="${REPOSITORY_INSTALL}" IGNORE_HASH="yes" IGNORE_UPDATES="yes" REBUILD_IMAGES="${REBUILD_IMAGES}" KERNEL_ONLY="no" BETA="no" BUILD_ALL="yes" GPG_PASS="${GPG_PASS}" - name: Import GPG key @@ -122,7 +122,7 @@ jobs: cd build sudo rm -f .tmp/bump if [[ $(cat .tmp/n 2> /dev/null) -ne 0 ]]; then - ./compile.sh all-new-stable-bsp + ./compile.sh all-new-stable-bsp GPG_PASS="${GPG_PASS}" sudo touch .tmp/bump fi