From f8abb7ba2aef9689bde6566ea1862ded7609c4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Wed, 2 Mar 2022 21:47:55 +0100 Subject: [PATCH] Update build-with-docker.yml --- .github/workflows/build-with-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-with-docker.yml b/.github/workflows/build-with-docker.yml index 143ff038..6ca72d5f 100644 --- a/.github/workflows/build-with-docker.yml +++ b/.github/workflows/build-with-docker.yml @@ -198,8 +198,8 @@ jobs: sudo cp ../scripts/VERSION . sudo docker tag $OLD ghcr.io/armbian/build:$(cat VERSION)-$(dpkg --print-architecture) # we use nightly repository, but change back to stable right before closing image - echo "#!""/bin/bash" | sudo tee userpatches/customize-image.sh - echo "sed -i 's/beta/apt/' /etc/apt/sources.list.d/armbian.list" | sudo tee -a userpatches/customize-image.sh + # echo "#!""/bin/bash" | sudo tee userpatches/customize-image.sh + # echo "sed -i 's/beta/apt/' /etc/apt/sources.list.d/armbian.list" | sudo tee -a userpatches/customize-image.sh if [[ "$var" == *rc ]]; then MAKE_FOLDERS=rc fi